diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:31 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:55 -0500 |
commit | d622ac39274a949b6445f1bfd92dc1644014388b (patch) | |
tree | f2f2f587edee722bf5fb6634e4c8e09b9d89592c /configs | |
parent | 9067b30008e4c09fb6287d306caf2a6bed08370f (diff) | |
download | u-boot-imx-d622ac39274a949b6445f1bfd92dc1644014388b.zip u-boot-imx-d622ac39274a949b6445f1bfd92dc1644014388b.tar.gz u-boot-imx-d622ac39274a949b6445f1bfd92dc1644014388b.tar.bz2 |
powerpc: mpc824x: remove MPC824X cpu support
All the MPC824X boards are still non-generic boards:
A3000, CPC45, CU824, eXalion, MVBLUE, MUSENKI, Sandpoint824x, utx8245
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Josef Wagner <Wagner@Microsys.de>
Cc: Torsten Demke <torsten.demke@fci.com>
Cc: Jim Thompson <jim@musenki.com>
Cc: Greg Allen <gallen@arlut.utexas.edu>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/A3000_defconfig | 3 | ||||
-rw-r--r-- | configs/CPC45_ROMBOOT_defconfig | 4 | ||||
-rw-r--r-- | configs/CPC45_defconfig | 3 | ||||
-rw-r--r-- | configs/CU824_defconfig | 3 | ||||
-rw-r--r-- | configs/MUSENKI_defconfig | 3 | ||||
-rw-r--r-- | configs/MVBLUE_defconfig | 3 | ||||
-rw-r--r-- | configs/Sandpoint8240_defconfig | 3 | ||||
-rw-r--r-- | configs/Sandpoint8245_defconfig | 3 | ||||
-rw-r--r-- | configs/eXalion_defconfig | 3 | ||||
-rw-r--r-- | configs/utx8245_defconfig | 3 |
10 files changed, 0 insertions, 31 deletions
diff --git a/configs/A3000_defconfig b/configs/A3000_defconfig deleted file mode 100644 index e1923de..0000000 --- a/configs/A3000_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_MPC824X=y -CONFIG_TARGET_A3000=y diff --git a/configs/CPC45_ROMBOOT_defconfig b/configs/CPC45_ROMBOOT_defconfig deleted file mode 100644 index 4aae7f6..0000000 --- a/configs/CPC45_ROMBOOT_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="BOOT_ROM" -CONFIG_PPC=y -CONFIG_MPC824X=y -CONFIG_TARGET_CPC45=y diff --git a/configs/CPC45_defconfig b/configs/CPC45_defconfig deleted file mode 100644 index 77ae66c..0000000 --- a/configs/CPC45_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_MPC824X=y -CONFIG_TARGET_CPC45=y diff --git a/configs/CU824_defconfig b/configs/CU824_defconfig deleted file mode 100644 index 0f22188..0000000 --- a/configs/CU824_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_MPC824X=y -CONFIG_TARGET_CU824=y diff --git a/configs/MUSENKI_defconfig b/configs/MUSENKI_defconfig deleted file mode 100644 index 586364c..0000000 --- a/configs/MUSENKI_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_MPC824X=y -CONFIG_TARGET_MUSENKI=y diff --git a/configs/MVBLUE_defconfig b/configs/MVBLUE_defconfig deleted file mode 100644 index f979983..0000000 --- a/configs/MVBLUE_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_MPC824X=y -CONFIG_TARGET_MVBLUE=y diff --git a/configs/Sandpoint8240_defconfig b/configs/Sandpoint8240_defconfig deleted file mode 100644 index 332e4c0..0000000 --- a/configs/Sandpoint8240_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_MPC824X=y -CONFIG_TARGET_SANDPOINT8240=y diff --git a/configs/Sandpoint8245_defconfig b/configs/Sandpoint8245_defconfig deleted file mode 100644 index b36757c..0000000 --- a/configs/Sandpoint8245_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_MPC824X=y -CONFIG_TARGET_SANDPOINT8245=y diff --git a/configs/eXalion_defconfig b/configs/eXalion_defconfig deleted file mode 100644 index 9d7e090..0000000 --- a/configs/eXalion_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_MPC824X=y -CONFIG_TARGET_EXALION=y diff --git a/configs/utx8245_defconfig b/configs/utx8245_defconfig deleted file mode 100644 index c2107cc..0000000 --- a/configs/utx8245_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_MPC824X=y -CONFIG_TARGET_UTX8245=y |