diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:07 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:51 -0500 |
commit | ceaf499b5050c439448d85473ec1f87a033f6248 (patch) | |
tree | 1b9d8080ae6caab39ae13df9caf20c1e9c1382ac /configs | |
parent | 5d2a5ef712914fe1c3edfcde78134dc4dc83f461 (diff) | |
download | u-boot-imx-ceaf499b5050c439448d85473ec1f87a033f6248.zip u-boot-imx-ceaf499b5050c439448d85473ec1f87a033f6248.tar.gz u-boot-imx-ceaf499b5050c439448d85473ec1f87a033f6248.tar.bz2 |
powerpc: manroland: remove uc100, uc101, mucmc52, hmi1001 support
These boards are still non-generic boards.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/hmi1001_defconfig | 3 | ||||
-rw-r--r-- | configs/mucmc52_defconfig | 3 | ||||
-rw-r--r-- | configs/uc100_defconfig | 3 | ||||
-rw-r--r-- | configs/uc101_defconfig | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/configs/hmi1001_defconfig b/configs/hmi1001_defconfig deleted file mode 100644 index a351dbe..0000000 --- a/configs/hmi1001_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_MPC5xxx=y -CONFIG_TARGET_HMI1001=y diff --git a/configs/mucmc52_defconfig b/configs/mucmc52_defconfig deleted file mode 100644 index 1e49695..0000000 --- a/configs/mucmc52_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_MPC5xxx=y -CONFIG_TARGET_MUCMC52=y diff --git a/configs/uc100_defconfig b/configs/uc100_defconfig deleted file mode 100644 index 76eeb11..0000000 --- a/configs/uc100_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_8xx=y -CONFIG_TARGET_UC100=y diff --git a/configs/uc101_defconfig b/configs/uc101_defconfig deleted file mode 100644 index b365bff..0000000 --- a/configs/uc101_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_MPC5xxx=y -CONFIG_TARGET_UC101=y |