aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2020-06-13 13:18:16 +0530
committerJagan Teki <jagan@amarulasolutions.com>2020-06-18 21:47:08 +0530
commitf178468b5e64bb8f846be4a04d3e1c7227dfbb5a (patch)
treef226eedf203f795a3609e52f6dcbefce412d6515 /arch/powerpc
parente3e6782d47f51ec01387ee8e24498a111d0de44f (diff)
downloadu-boot-f178468b5e64bb8f846be4a04d3e1c7227dfbb5a.zip
u-boot-f178468b5e64bb8f846be4a04d3e1c7227dfbb5a.tar.gz
u-boot-f178468b5e64bb8f846be4a04d3e1c7227dfbb5a.tar.bz2
powerpc: Remove configs/BSC9131RDB_NAND_SYSCLK100_defconfig board
DM_SPI and other driver model migration deadlines are expired for this board. Remove it. Patch-cc: Poonam Aggrwal <poonam.aggrwal@nxp.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/cpu/mpc85xx/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 6fb6542..6928851 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -24,12 +24,6 @@ config TARGET_SOCRATES
bool "Support socrates"
select ARCH_MPC8544
-config TARGET_BSC9131RDB
- bool "Support BSC9131RDB"
- select ARCH_BSC9131
- select SUPPORT_SPL
- select BOARD_EARLY_INIT_F
-
config TARGET_BSC9132QDS
bool "Support BSC9132QDS"
select ARCH_BSC9132
@@ -1579,7 +1573,6 @@ config SYS_FSL_LBC_CLK_DIV
Defines divider of platform clock(clock input to
eLBC controller).
-source "board/freescale/bsc9131rdb/Kconfig"
source "board/freescale/bsc9132qds/Kconfig"
source "board/freescale/c29xpcie/Kconfig"
source "board/freescale/corenet_ds/Kconfig"