diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:09 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:51 -0500 |
commit | 4317d070db98281fe2f65da01398a6e05a423d70 (patch) | |
tree | b6e11161127ed9ac2d97526aa702a835b060ba91 /board/kup/kup4x/Kconfig | |
parent | 3c5b20f1b7c6687813d193033adddf0f93a3335d (diff) | |
download | u-boot-imx-4317d070db98281fe2f65da01398a6e05a423d70.zip u-boot-imx-4317d070db98281fe2f65da01398a6e05a423d70.tar.gz u-boot-imx-4317d070db98281fe2f65da01398a6e05a423d70.tar.bz2 |
mpc8xx: remove KUP4X, KUP4K board support
These boards are still non-generic boards.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Klaus Heydeck <heydeck@kieback-peter.de>
Diffstat (limited to 'board/kup/kup4x/Kconfig')
-rw-r--r-- | board/kup/kup4x/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/kup/kup4x/Kconfig b/board/kup/kup4x/Kconfig deleted file mode 100644 index eeb5d83..0000000 --- a/board/kup/kup4x/Kconfig +++ /dev/null @@ -1,12 +0,0 @@ -if TARGET_KUP4X - -config SYS_BOARD - default "kup4x" - -config SYS_VENDOR - default "kup" - -config SYS_CONFIG_NAME - default "KUP4X" - -endif |