summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2008-06-24 09:54:09 +0200
committerWolfgang Denk <wd@denx.de>2008-07-06 22:39:14 +0200
commit9fea65a6c469b1b474b27446feb58738baba2d31 (patch)
tree6431f623553ebf163f8b80cf71fda2bf726de7b1 /cpu
parent7754f2be5d1835d263aad21b5a629526f3e680b0 (diff)
downloadblackbird-obmc-uboot-9fea65a6c469b1b474b27446feb58738baba2d31.tar.gz
blackbird-obmc-uboot-9fea65a6c469b1b474b27446feb58738baba2d31.zip
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 'cpu')
-rw-r--r--cpu/ppc4xx/speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/speed.c b/cpu/ppc4xx/speed.c
index ef47ffc952..34bd7214e7 100644
--- a/cpu/ppc4xx/speed.c
+++ b/cpu/ppc4xx/speed.c
@@ -754,7 +754,7 @@ ulong get_OPB_freq (void)
return sys_info.freqOPB;
}
-#elif defined(CONFIG_XILINX_ML300)
+#elif defined(CONFIG_XILINX_405)
extern void get_sys_info (sys_info_t * sysInfo);
extern ulong get_PCI_freq (void);
OpenPOWER on IntegriCloud