mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
7601686c60
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>
12 lines
173 B
Text
12 lines
173 B
Text
if TARGET_P1010RDB_PA || TARGET_P1010RDB_PB
|
|
|
|
config SYS_BOARD
|
|
default "p1010rdb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "P1010RDB"
|
|
|
|
endif
|