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>
This commit is contained in:
Masahiro Yamada
2014-12-15 23:26:10 +09:00
committed by Tom Rini
parent 4317d070db
commit 72ba368f45
15 changed files with 2 additions and 1003 deletions

View File

@@ -34,9 +34,6 @@ config TARGET_R360MPI
config TARGET_RRVISION
bool "Support RRvision"
config TARGET_SPD823TS
bool "Support SPD823TS"
config TARGET_TQM823L
bool "Support TQM823L"
@@ -83,7 +80,6 @@ source "board/ivm/Kconfig"
source "board/lwmon/Kconfig"
source "board/netvia/Kconfig"
source "board/r360mpi/Kconfig"
source "board/spd8xx/Kconfig"
source "board/tqc/tqm8xx/Kconfig"
endmenu

View File

@@ -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