mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-17 18:41:36 +02:00
Remove CONFIG_P1010RDB_PA and CONFIG_P1010RDB_PB and split TARGET_P1010RDB to TARGET_P1010RDB_PA and TARGET_P1010RDB_PB in Kconfig. Signed-off-by: York Sun <york.sun@nxp.com>
13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
if TARGET_P1010RDB_PA || TARGET_P1010RDB_PB
|
|
|
|
config SYS_BOARD
|
|
default "p1010rdb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "P1010RDB"
|
|
|
|
endif
|