summaryrefslogtreecommitdiff
path: root/board/ppmc8260/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-12-15 23:26:20 +0900
committerTom Rini <trini@ti.com>2015-01-05 12:08:53 -0500
commit793116d2c5540052e5bbcfea7ad0284ce94127cd (patch)
tree2c79e23d0517191fe249c22bfa7904f61508eaae /board/ppmc8260/Kconfig
parentb35c0ad6e6d661f3d80922457127d1da216c2c82 (diff)
downloadu-boot-imx-793116d2c5540052e5bbcfea7ad0284ce94127cd.zip
u-boot-imx-793116d2c5540052e5bbcfea7ad0284ce94127cd.tar.gz
u-boot-imx-793116d2c5540052e5bbcfea7ad0284ce94127cd.tar.bz2
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/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/ppmc8260/Kconfig b/board/ppmc8260/Kconfig
deleted file mode 100644
index 1a6dcd3..0000000
--- 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