mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
45a8d11782
Use TARGET_B4420QDS to simplify Kconfig options. Signed-off-by: York Sun <york.sun@nxp.com>
12 lines
167 B
Text
12 lines
167 B
Text
if TARGET_B4860QDS || TARGET_B4420QDS
|
|
|
|
config SYS_BOARD
|
|
default "b4860qds"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "B4860QDS"
|
|
|
|
endif
|