mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
8883ddafde
Add initial support for CM-T43, an AM437x based SoM. This support includes: serial, MMC/eMMC, NAND, USB, ETH, I2C, GPIO, DRAM detection. Cc: Tom Rini <trini@konsulko.com> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
10 lines
198 B
Text
10 lines
198 B
Text
CONFIG_ARM=y
|
|
CONFIG_TARGET_CM_T43=y
|
|
CONFIG_SPL=y
|
|
CONFIG_CMD_SF=y
|
|
CONFIG_CMD_USB=y
|
|
# CONFIG_CMD_FPGA is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_NFS is not set
|
|
CONFIG_DM=y
|
|
CONFIG_DM_GPIO=y
|