diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-17 12:28:06 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-17 11:00:03 -0400 |
commit | 470ee8b12579ee24ed56280ed7ecf2052c9048e7 (patch) | |
tree | 129fa4a0de02449f01200b4c71212f8d2b47ff08 /board/tqc/tqm5200/Kconfig | |
parent | 2da8137b450304070364ec7bb3cf93034f0230c1 (diff) | |
download | u-boot-imx-470ee8b12579ee24ed56280ed7ecf2052c9048e7.zip u-boot-imx-470ee8b12579ee24ed56280ed7ecf2052c9048e7.tar.gz u-boot-imx-470ee8b12579ee24ed56280ed7ecf2052c9048e7.tar.bz2 |
powerpc: mpc5xxx: remove aev, TB5200 board support
They have not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'board/tqc/tqm5200/Kconfig')
-rw-r--r-- | board/tqc/tqm5200/Kconfig | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/board/tqc/tqm5200/Kconfig b/board/tqc/tqm5200/Kconfig index 0e4cd69..738dc80 100644 --- a/board/tqc/tqm5200/Kconfig +++ b/board/tqc/tqm5200/Kconfig @@ -1,16 +1,3 @@ -if TARGET_AEV - -config SYS_BOARD - default "tqm5200" - -config SYS_VENDOR - default "tqc" - -config SYS_CONFIG_NAME - default "aev" - -endif - if TARGET_CHARON config SYS_BOARD @@ -24,19 +11,6 @@ config SYS_CONFIG_NAME endif -if TARGET_TB5200 - -config SYS_BOARD - default "tqm5200" - -config SYS_VENDOR - default "tqc" - -config SYS_CONFIG_NAME - default "TB5200" - -endif - if TARGET_TQM5200 config SYS_BOARD |