diff mbox

[U-Boot,46/97] powerpc: P1_P2_RDB_PC: Drop TARGET_P1_P2_RDB_PC

Message ID 1479974118-2912-46-git-send-email-york.sun@nxp.com
State Accepted
Commit e5cc150945f84bd58d5257937e53207c2bee932e
Delegated to: York Sun
Headers show

Commit Message

York Sun Nov. 24, 2016, 7:54 a.m. UTC
All boards covered by this group have been converted to their own
targers. Drop TARGET_P1_P2_RDB_PC from Kconfig.

Signed-off-by: York Sun <york.sun@nxp.com>
---

 arch/powerpc/cpu/mpc85xx/Kconfig     | 5 -----
 board/freescale/p1_p2_rdb_pc/Kconfig | 3 +--
 2 files changed, 1 insertion(+), 7 deletions(-)
diff mbox

Patch

diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index ea517dc..f755bc8 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -155,11 +155,6 @@  config TARGET_P2020RDB
 	select SUPPORT_SPL
 	select SUPPORT_TPL
 
-config TARGET_P1_P2_RDB_PC
-	bool "Support p1_p2_rdb_pc"
-	select SUPPORT_SPL
-	select SUPPORT_TPL
-
 config TARGET_P1_TWR
 	bool "Support p1_twr"
 
diff --git a/board/freescale/p1_p2_rdb_pc/Kconfig b/board/freescale/p1_p2_rdb_pc/Kconfig
index fb506d4..2f9640b 100644
--- a/board/freescale/p1_p2_rdb_pc/Kconfig
+++ b/board/freescale/p1_p2_rdb_pc/Kconfig
@@ -1,5 +1,4 @@ 
-if TARGET_P1_P2_RDB_PC		|| \
-	TARGET_P1020MBG		|| \
+if TARGET_P1020MBG		|| \
 	TARGET_P1020RDB_PC	|| \
 	TARGET_P1020RDB_PD	|| \
 	TARGET_P1020UTM		|| \