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 /configs | |
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 'configs')
-rw-r--r-- | configs/KUP4K_defconfig | 3 | ||||
-rw-r--r-- | configs/KUP4X_defconfig | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/configs/KUP4K_defconfig b/configs/KUP4K_defconfig deleted file mode 100644 index 8e9e26d..0000000 --- a/configs/KUP4K_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_8xx=y -CONFIG_TARGET_KUP4K=y diff --git a/configs/KUP4X_defconfig b/configs/KUP4X_defconfig deleted file mode 100644 index 29520c9..0000000 --- a/configs/KUP4X_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_8xx=y -CONFIG_TARGET_KUP4X=y |