summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-02 10:40:30 +0900
committerTom Rini <trini@konsulko.com>2015-09-02 11:33:19 -0400
commit2ec69b881c762af44e007be5f72fcc8e347d0e68 (patch)
treee1701f9ff6a38f5c997db243ff024a37960f5267 /configs
parent972f5320dae1d69b38cd06c6c2a23da8ae5a654a (diff)
downloadblackbird-obmc-uboot-2ec69b881c762af44e007be5f72fcc8e347d0e68.tar.gz
blackbird-obmc-uboot-2ec69b881c762af44e007be5f72fcc8e347d0e68.zip
powerpc: mpc85xx: remove stxgp3, stxssa support
These have not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Dan Malek <dan@embeddedalley.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/stxgp3_defconfig5
-rw-r--r--configs/stxssa_4M_defconfig5
-rw-r--r--configs/stxssa_defconfig5
3 files changed, 0 insertions, 15 deletions
diff --git a/configs/stxgp3_defconfig b/configs/stxgp3_defconfig
deleted file mode 100644
index 816092d8c9..0000000000
--- a/configs/stxgp3_defconfig
+++ /dev/null
@@ -1,5 +0,0 @@
-CONFIG_PPC=y
-CONFIG_MPC85xx=y
-CONFIG_TARGET_STXGP3=y
-# CONFIG_CMD_SETEXPR is not set
-CONFIG_SYS_PROMPT="GPPP=> "
diff --git a/configs/stxssa_4M_defconfig b/configs/stxssa_4M_defconfig
deleted file mode 100644
index 75479060e1..0000000000
--- a/configs/stxssa_4M_defconfig
+++ /dev/null
@@ -1,5 +0,0 @@
-CONFIG_PPC=y
-CONFIG_MPC85xx=y
-CONFIG_TARGET_STXSSA=y
-CONFIG_SYS_EXTRA_OPTIONS="STXSSA_4M"
-# CONFIG_CMD_SETEXPR is not set
diff --git a/configs/stxssa_defconfig b/configs/stxssa_defconfig
deleted file mode 100644
index ec812c1c8e..0000000000
--- a/configs/stxssa_defconfig
+++ /dev/null
@@ -1,5 +0,0 @@
-CONFIG_PPC=y
-CONFIG_MPC85xx=y
-CONFIG_TARGET_STXSSA=y
-# CONFIG_CMD_SETEXPR is not set
-CONFIG_SYS_PROMPT="SSA=> "
OpenPOWER on IntegriCloud