summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx/cpu_init.c
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2007-04-23 02:54:25 -0500
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2007-05-02 15:50:02 -0500
commit6743105988fc44d5b0d30388c790607835aae7a6 (patch)
tree8019f750a917717ba0df89b9db6c746548cfa782 /cpu/mpc85xx/cpu_init.c
parentaf1c2b84bf27c8565baddc82d1abb93700d10e2e (diff)
downloadtalos-obmc-uboot-6743105988fc44d5b0d30388c790607835aae7a6.tar.gz
talos-obmc-uboot-6743105988fc44d5b0d30388c790607835aae7a6.zip
Add support for the 8568 MDS board
This included some changes to common files: * Add 8568 processor SVR to various places * Add support for setting the qe bus-frequency value in the dts * Add the 8568MDS target to the Makefile Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'cpu/mpc85xx/cpu_init.c')
-rw-r--r--cpu/mpc85xx/cpu_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/mpc85xx/cpu_init.c b/cpu/mpc85xx/cpu_init.c
index 9f4d36c1ab..9517146ed2 100644
--- a/cpu/mpc85xx/cpu_init.c
+++ b/cpu/mpc85xx/cpu_init.c
@@ -143,12 +143,10 @@ void cpu_init_f (void)
memctl->br1 = CFG_BR1_PRELIM;
#endif
-#if !defined(CONFIG_MPC85xx)
#if defined(CFG_BR2_PRELIM) && defined(CFG_OR2_PRELIM)
memctl->or2 = CFG_OR2_PRELIM;
memctl->br2 = CFG_BR2_PRELIM;
#endif
-#endif
#if defined(CFG_BR3_PRELIM) && defined(CFG_OR3_PRELIM)
memctl->or3 = CFG_OR3_PRELIM;
OpenPOWER on IntegriCloud