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 /board/jse/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 'board/jse/Kconfig')
-rw-r--r-- | board/jse/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/jse/Kconfig b/board/jse/Kconfig deleted file mode 100644 index 48905fa..0000000 --- a/board/jse/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if TARGET_JSE - -config SYS_BOARD - default "jse" - -config SYS_CONFIG_NAME - default "JSE" - -endif |