diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-17 12:28:05 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-17 10:59:57 -0400 |
commit | 2da8137b450304070364ec7bb3cf93034f0230c1 (patch) | |
tree | 955add1794d09368244a4af57c15134349369b81 /arch/powerpc/cpu/ppc4xx/Kconfig | |
parent | f8296d6975e69196b522b43dd4396138e237a964 (diff) | |
download | u-boot-imx-2da8137b450304070364ec7bb3cf93034f0230c1.zip u-boot-imx-2da8137b450304070364ec7bb3cf93034f0230c1.tar.gz u-boot-imx-2da8137b450304070364ec7bb3cf93034f0230c1.tar.bz2 |
powerpc: ppc4xx: remove JSE board 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: Stephen Williams <steve@icarus.com>
Diffstat (limited to 'arch/powerpc/cpu/ppc4xx/Kconfig')
-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 5db5e34..e151200 100644 --- a/arch/powerpc/cpu/ppc4xx/Kconfig +++ b/arch/powerpc/cpu/ppc4xx/Kconfig @@ -13,9 +13,6 @@ config TARGET_CSB272 config TARGET_CSB472 bool "Support csb472" -config TARGET_JSE - bool "Support JSE" - config TARGET_KORAT bool "Support korat" @@ -204,7 +201,6 @@ source "board/gdsys/405ex/Kconfig" source "board/gdsys/dlvision/Kconfig" source "board/gdsys/gdppc440etx/Kconfig" source "board/gdsys/intip/Kconfig" -source "board/jse/Kconfig" source "board/korat/Kconfig" source "board/lwmon5/Kconfig" source "board/mosaixtech/icon/Kconfig" |