mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
9e8f4be345
All T114+ Tegra boards should be using the Kconfig TEGRA114_SPI switch. Remove it from include/config and put it into defconfig. Also removed unused TEGRA114_SPI_CTRLS from T114+ configs. All Tegra SoCs build OK with this change. Signed-off-by: Tom Warren <twarren@nvidia.com>
17 lines
406 B
Text
17 lines
406 B
Text
CONFIG_ARM=y
|
|
CONFIG_TEGRA=y
|
|
CONFIG_TEGRA114=y
|
|
CONFIG_TARGET_DALMORE=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="tegra114-dalmore"
|
|
# CONFIG_CMD_IMI is not set
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_FPGA is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
# CONFIG_CMD_NFS is not set
|
|
CONFIG_SPL_DM=y
|
|
CONFIG_TEGRA114_SPI=y
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_USB=y
|
|
CONFIG_DM_USB=y
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|