diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:20 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:53 -0500 |
commit | 793116d2c5540052e5bbcfea7ad0284ce94127cd (patch) | |
tree | 2c79e23d0517191fe249c22bfa7904f61508eaae /board/ppmc8260/Kconfig | |
parent | b35c0ad6e6d661f3d80922457127d1da216c2c82 (diff) |
mpc8260: remove ppmc8260 board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Brad Kemp <Brad.Kemp@seranoa.com>
Diffstat (limited to 'board/ppmc8260/Kconfig')
-rw-r--r-- | board/ppmc8260/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/ppmc8260/Kconfig b/board/ppmc8260/Kconfig deleted file mode 100644 index 1a6dcd30a8..0000000000 --- a/board/ppmc8260/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if TARGET_PPMC8260 - -config SYS_BOARD - default "ppmc8260" - -config SYS_CONFIG_NAME - default "ppmc8260" - -endif |