diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-09-02 10:40:28 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-02 11:33:17 -0400 |
commit | eb5d1dc7a64957f8a81347a8237fd60460da25cb (patch) | |
tree | 5b5652e780e5e433f562f5a9ab605a3f498d30e3 /board/zeus/Kconfig | |
parent | 0e030593962d15aece45b2fa0401ee27d0d7ab96 (diff) |
powerpc: ppc4xx: remove zeus 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 'board/zeus/Kconfig')
-rw-r--r-- | board/zeus/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/zeus/Kconfig b/board/zeus/Kconfig deleted file mode 100644 index 67796508f3..0000000000 --- a/board/zeus/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if TARGET_ZEUS - -config SYS_BOARD - default "zeus" - -config SYS_CONFIG_NAME - default "zeus" - -endif |