Commit e5cc150945f84bd58d5257937e53207c2bee932e

Authored by York Sun
1 parent 8435aa777e

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>

Showing 2 changed files with 1 additions and 7 deletions Side-by-side Diff

arch/powerpc/cpu/mpc85xx/Kconfig
... ... @@ -155,11 +155,6 @@
155 155 select SUPPORT_SPL
156 156 select SUPPORT_TPL
157 157  
158   -config TARGET_P1_P2_RDB_PC
159   - bool "Support p1_p2_rdb_pc"
160   - select SUPPORT_SPL
161   - select SUPPORT_TPL
162   -
163 158 config TARGET_P1_TWR
164 159 bool "Support p1_twr"
165 160  
board/freescale/p1_p2_rdb_pc/Kconfig
1   -if TARGET_P1_P2_RDB_PC || \
2   - TARGET_P1020MBG || \
  1 +if TARGET_P1020MBG || \
3 2 TARGET_P1020RDB_PC || \
4 3 TARGET_P1020RDB_PD || \
5 4 TARGET_P1020UTM || \