summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJagan Teki <[email protected]>2020-06-13 13:16:01 +0530
committerJagan Teki <[email protected]>2020-06-18 21:47:08 +0530
commite3e6782d47f51ec01387ee8e24498a111d0de44f (patch)
treeaf9d818e636b6451999015be05b137e116297d23 /arch
parent9cb895203a46654f7ee6dd95be5c8ab05e4dfbd3 (diff)
powerpc: Remove configs/B4420QDS_NAND_defconfig board
DM_SPI and other driver model migration deadlines are expired for this board. Remove it. Patch-cc: Ashish Kumar <[email protected]> Patch-cc: Ruchika Gupta <[email protected]> Signed-off-by: Jagan Teki <[email protected]> Reviewed-by: Priyanka Jain <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/cpu/mpc85xx/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 285cc567999..6fb6542ecff 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -24,22 +24,6 @@ config TARGET_SOCRATES
bool "Support socrates"
select ARCH_MPC8544
-config TARGET_B4420QDS
- bool "Support B4420QDS"
- select ARCH_B4420
- select SUPPORT_SPL
- select PHYS_64BIT
- imply PANIC_HANG
-
-config TARGET_B4860QDS
- bool "Support B4860QDS"
- select ARCH_B4860
- select BOARD_LATE_INIT if CHAIN_OF_TRUST
- select SUPPORT_SPL
- select PHYS_64BIT
- select FSL_DDR_INTERACTIVE if !SPL_BUILD
- imply PANIC_HANG
-
config TARGET_BSC9131RDB
bool "Support BSC9131RDB"
select ARCH_BSC9131
@@ -1595,7 +1579,6 @@ config SYS_FSL_LBC_CLK_DIV
Defines divider of platform clock(clock input to
eLBC controller).
-source "board/freescale/b4860qds/Kconfig"
source "board/freescale/bsc9131rdb/Kconfig"
source "board/freescale/bsc9132qds/Kconfig"
source "board/freescale/c29xpcie/Kconfig"