mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
080d72f233
mx6sxsabresd was not in the master branch when the conversion to the new Kconfig style happened, so convert it now so that it can build again. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
23 lines
264 B
Text
23 lines
264 B
Text
if TARGET_MX6SXSABRESD
|
|
|
|
config SYS_CPU
|
|
string
|
|
default "armv7"
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "mx6sxsabresd"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "freescale"
|
|
|
|
config SYS_SOC
|
|
string
|
|
default "mx6"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "mx6sxsabresd"
|
|
|
|
endif
|