diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-09-02 10:40:26 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-02 11:33:15 -0400 |
commit | 242836a893ae8bce4bd3cd4ace8a55e48e6552a0 (patch) | |
tree | 3d17ecb6a9354cdbe0074cf13bd46208ff4ffbe6 /arch/powerpc | |
parent | c6999e5f85ec41b8a5d01d7b3e311eda832fc218 (diff) | |
download | u-boot-imx-242836a893ae8bce4bd3cd4ace8a55e48e6552a0.zip u-boot-imx-242836a893ae8bce4bd3cd4ace8a55e48e6552a0.tar.gz u-boot-imx-242836a893ae8bce4bd3cd4ace8a55e48e6552a0.tar.bz2 |
powerpc: ppc4xx: remove pcs440ep support
This has 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>
Cc: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/cpu/ppc4xx/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig index b2e3110..e379a6f 100644 --- a/arch/powerpc/cpu/ppc4xx/Kconfig +++ b/arch/powerpc/cpu/ppc4xx/Kconfig @@ -8,9 +8,6 @@ choice prompt "Target select" optional -config TARGET_PCS440EP - bool "Support pcs440ep" - config TARGET_SBC405 bool "Support sbc405" @@ -177,7 +174,6 @@ source "board/gdsys/intip/Kconfig" source "board/mosaixtech/icon/Kconfig" source "board/mpl/mip405/Kconfig" source "board/mpl/pip405/Kconfig" -source "board/pcs440ep/Kconfig" source "board/sbc405/Kconfig" source "board/t3corp/Kconfig" source "board/xes/xpedite1000/Kconfig" |