mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
d9e268ed76
This commit adds basic support including: MMC, Serial console Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
15 lines
175 B
Text
15 lines
175 B
Text
if TARGET_TS4600
|
|
|
|
config SYS_BOARD
|
|
default "ts4600"
|
|
|
|
config SYS_VENDOR
|
|
default "technologic"
|
|
|
|
config SYS_SOC
|
|
default "mxs"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ts4600"
|
|
|
|
endif
|