diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:06 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:50 -0500 |
commit | 5d2a5ef712914fe1c3edfcde78134dc4dc83f461 (patch) | |
tree | cbef611c664ab229fff50bd5947f563a4cc3a139 /board/tqc/tqm8xx/Kconfig | |
parent | a2ee47d5f6d010e92e956a8fa9b62fe220d61bf6 (diff) | |
download | u-boot-5d2a5ef712914fe1c3edfcde78134dc4dc83f461.tar.gz |
mpc8xx: remove FPS{850, 860}L, NSCU, SM850, TK885D, virtlab2 support
These boards are still non-generic boards.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/tqc/tqm8xx/Kconfig')
-rw-r--r-- | board/tqc/tqm8xx/Kconfig | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/board/tqc/tqm8xx/Kconfig b/board/tqc/tqm8xx/Kconfig index 926a37afc5..857fedb8be 100644 --- a/board/tqc/tqm8xx/Kconfig +++ b/board/tqc/tqm8xx/Kconfig @@ -1,68 +1,3 @@ -if TARGET_FPS850L - -config SYS_BOARD - default "tqm8xx" - -config SYS_VENDOR - default "tqc" - -config SYS_CONFIG_NAME - default "FPS850L" - -endif - -if TARGET_FPS860L - -config SYS_BOARD - default "tqm8xx" - -config SYS_VENDOR - default "tqc" - -config SYS_CONFIG_NAME - default "FPS860L" - -endif - -if TARGET_NSCU - -config SYS_BOARD - default "tqm8xx" - -config SYS_VENDOR - default "tqc" - -config SYS_CONFIG_NAME - default "NSCU" - -endif - -if TARGET_SM850 - -config SYS_BOARD - default "tqm8xx" - -config SYS_VENDOR - default "tqc" - -config SYS_CONFIG_NAME - default "SM850" - -endif - -if TARGET_TK885D - -config SYS_BOARD - default "tqm8xx" - -config SYS_VENDOR - default "tqc" - -config SYS_CONFIG_NAME - default "TK885D" - -endif - if TARGET_TQM823L config SYS_BOARD @@ -218,16 +153,3 @@ config SYS_CONFIG_NAME default "TQM885D" endif - -if TARGET_VIRTLAB2 - -config SYS_BOARD - default "tqm8xx" - -config SYS_VENDOR - default "tqc" - -config SYS_CONFIG_NAME - default "virtlab2" - -endif |