mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
20c700f8da
The patch adds support for Freescale ls1021a-iot board. Signed-off-by: Feng Li <feng.li_2@nxp.com> [YS: rewrite commit message, fix whitespace in Kconfig] Reviewed-by: York Sun <york.sun@nxp.com>
15 lines
189 B
Text
15 lines
189 B
Text
if TARGET_LS1021AIOT
|
|
|
|
config SYS_BOARD
|
|
default "ls1021aiot"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_SOC
|
|
default "ls102xa"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ls1021aiot"
|
|
|
|
endif
|