diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-09-02 10:40:23 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-02 11:33:12 -0400 |
commit | 54a3f260fdbf8c4b3d4d6bf7c563dc4da8619b47 (patch) | |
tree | 738d80af27dd3a9759698b5cf65ebfbe92cf74c0 /board/csb472/Kconfig | |
parent | 0d2fc81133aa9e8f19d16de48d4f0a8f1bdde025 (diff) |
powerpc: ppc4xx: remove csb272, csb472 support
These have 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: Tolunay Orkun <torkun@nextio.com>
Diffstat (limited to 'board/csb472/Kconfig')
-rw-r--r-- | board/csb472/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/csb472/Kconfig b/board/csb472/Kconfig deleted file mode 100644 index 53b1e7ad9a..0000000000 --- a/board/csb472/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if TARGET_CSB472 - -config SYS_BOARD - default "csb472" - -config SYS_CONFIG_NAME - default "csb472" - -endif |