diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-06 12:59:54 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-21 12:01:12 -0400 |
commit | 6bde1ec10ff438170721624ca87b86fd25669b3b (patch) | |
tree | 607f27f9d0de9e4af0ddab10a3fdaefcfd3d33e3 /configs | |
parent | 4723ce49e588d628e85da42be31c8240fca2d27a (diff) | |
download | u-boot-imx-6bde1ec10ff438170721624ca87b86fd25669b3b.zip u-boot-imx-6bde1ec10ff438170721624ca87b86fd25669b3b.tar.gz u-boot-imx-6bde1ec10ff438170721624ca87b86fd25669b3b.tar.bz2 |
powerpc: mpc8xx: remove GEN860T, GEN806T_SC board support
These boards have been orphaned for a while and old enough.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/GEN860T_SC_defconfig | 4 | ||||
-rw-r--r-- | configs/GEN860T_defconfig | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/configs/GEN860T_SC_defconfig b/configs/GEN860T_SC_defconfig deleted file mode 100644 index ff624db..0000000 --- a/configs/GEN860T_SC_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="SC" -CONFIG_PPC=y -CONFIG_8xx=y -CONFIG_TARGET_GEN860T=y diff --git a/configs/GEN860T_defconfig b/configs/GEN860T_defconfig deleted file mode 100644 index e672623..0000000 --- a/configs/GEN860T_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_8xx=y -CONFIG_TARGET_GEN860T=y |