diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-10-30 18:29:15 +0900 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2014-10-31 00:42:19 +0100 |
commit | b445c33a680c20fee5f222068c6c1960114aea97 (patch) | |
tree | cf8e2fe20fcc1b95ed86a59da1a6144804d6882d /arch/arm/Kconfig | |
parent | 9ea7f3a6d8d0ef9f618e0cb0b785c00cfd5f3183 (diff) | |
download | u-boot-imx-b445c33a680c20fee5f222068c6c1960114aea97.zip u-boot-imx-b445c33a680c20fee5f222068c6c1960114aea97.tar.gz u-boot-imx-b445c33a680c20fee5f222068c6c1960114aea97.tar.bz2 |
ppc/arm: remove remainders of dead boards in Kconfig
Commit d58a9451e733 (ppc/arm: zap EMK boards) removed
TOP* boards support but missed to remove entries in Kconfig.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 171ad03..43700c3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -177,10 +177,6 @@ config TARGET_ETHERNUT5 bool "Support ethernut5" select CPU_ARM926EJS -config TARGET_TOP9000 - bool "Support top9000" - select CPU_ARM926EJS - config TARGET_MEESC bool "Support meesc" select CPU_ARM926EJS |