summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc8xx/cpu_init.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-12-15 23:26:10 +0900
committerTom Rini <trini@ti.com>2015-01-05 12:08:51 -0500
commit72ba368f45a3cdec0bb33a70cd7eec8bb64dceb1 (patch)
tree1e21dd2598a2a4b149adde846519fc76fb2386b1 /arch/powerpc/cpu/mpc8xx/cpu_init.c
parent4317d070db98281fe2f65da01398a6e05a423d70 (diff)
downloadtalos-obmc-uboot-72ba368f45a3cdec0bb33a70cd7eec8bb64dceb1.tar.gz
talos-obmc-uboot-72ba368f45a3cdec0bb33a70cd7eec8bb64dceb1.zip
mpc8xx: remove SPD823TS board support
This board is still a non-generic board. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xx/cpu_init.c')
-rw-r--r--arch/powerpc/cpu/mpc8xx/cpu_init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/cpu_init.c b/arch/powerpc/cpu/mpc8xx/cpu_init.c
index 6a1cd4675a..f772787d17 100644
--- a/arch/powerpc/cpu/mpc8xx/cpu_init.c
+++ b/arch/powerpc/cpu/mpc8xx/cpu_init.c
@@ -130,8 +130,7 @@ void cpu_init_f (volatile immap_t * immr)
defined(CONFIG_IVMS8) || \
defined(CONFIG_LWMON) || \
defined(CONFIG_R360MPI) || \
- defined(CONFIG_RMU) || \
- defined(CONFIG_SPD823TS)
+ defined(CONFIG_RMU)
memctl->memc_br0 = CONFIG_SYS_BR0_PRELIM;
#endif
OpenPOWER on IntegriCloud