mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-11 01:36:59 +02:00
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>
16 lines
175 B
Plaintext
16 lines
175 B
Plaintext
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
|