mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
46650d583b
Features supported : * Serial console * SPI Flash * MMC/SD Card * eMMC storage * SATA * PCA9555 - GPIO expander over I2C5 bus * USB Use spl alternate boot device feature to define fallback to the main boot device as it is defined by hardware. Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> [uri.mashiach@compulab.co.il: Adjust to v2016.11] Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
12 lines
159 B
Text
12 lines
159 B
Text
if TARGET_CL_SOM_AM57X
|
|
|
|
config SYS_BOARD
|
|
default "cl-som-am57x"
|
|
|
|
config SYS_VENDOR
|
|
default "compulab"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "cl-som-am57x"
|
|
|
|
endif
|