diff options
author | Michal Simek <monstr@monstr.eu> | 2008-06-24 09:54:09 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-06 22:39:14 +0200 |
commit | 9fea65a6c469b1b474b27446feb58738baba2d31 (patch) | |
tree | 6431f623553ebf163f8b80cf71fda2bf726de7b1 /lib_ppc/board.c | |
parent | 7754f2be5d1835d263aad21b5a629526f3e680b0 (diff) | |
download | u-boot-imx-9fea65a6c469b1b474b27446feb58738baba2d31.zip u-boot-imx-9fea65a6c469b1b474b27446feb58738baba2d31.tar.gz u-boot-imx-9fea65a6c469b1b474b27446feb58738baba2d31.tar.bz2 |
ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
This change helps with better handling with others
Xilinx based platform.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'lib_ppc/board.c')
-rw-r--r-- | lib_ppc/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 96c573c..9afa88a 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -625,7 +625,7 @@ void board_init_f (ulong bootflag) defined(CONFIG_440EPX) || defined(CONFIG_440GRX) bd->bi_pci_busfreq = get_PCI_freq (); bd->bi_opbfreq = get_OPB_freq (); -#elif defined(CONFIG_XILINX_ML300) +#elif defined(CONFIG_XILINX_405) bd->bi_pci_busfreq = get_PCI_freq (); #endif #endif |