mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
cf94a3427a
Initial version for mx6sx SABREAUTO board support with features: PMIC, QSPI, NAND flash, SD/MMC, USB, Ethernet, I2C, IO Expander. Signed-off-by: Ye Li <ye.li@nxp.com>
12 lines
166 B
Text
12 lines
166 B
Text
if TARGET_MX6SXSABREAUTO
|
|
|
|
config SYS_BOARD
|
|
default "mx6sxsabreauto"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mx6sxsabreauto"
|
|
|
|
endif
|