powerpc: P1_P2_RDB_PC: Drop TARGET_P1_P2_RDB_PC

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>
This commit is contained in:
York Sun 2016-11-17 18:36:11 -08:00
parent 8435aa777e
commit e5cc150945
2 changed files with 1 additions and 7 deletions

View File

@ -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"

View File

@ -1,5 +1,4 @@
if TARGET_P1_P2_RDB_PC || \
TARGET_P1020MBG || \
if TARGET_P1020MBG || \
TARGET_P1020RDB_PC || \
TARGET_P1020RDB_PD || \
TARGET_P1020UTM || \