mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
3337e3af5d
A number of platforms had been using the distro default feature before it was moved to Kconfig but did not enable the new Kconfig option when it was enabled. This caused a regression in terms of features and this introduces breakage when more things move to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
33 lines
727 B
Text
33 lines
727 B
Text
CONFIG_ARM=y
|
|
CONFIG_TARGET_LS2080AQDS=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-qds"
|
|
# CONFIG_SYS_MALLOC_F is not set
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_VERBOSE=y
|
|
CONFIG_OF_BOARD_SETUP=y
|
|
CONFIG_OF_STDOUT_VIA_ALIAS=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4, LS2080A"
|
|
CONFIG_BOOTDELAY=10
|
|
CONFIG_CMD_GREPENV=y
|
|
CONFIG_CMD_MMC=y
|
|
CONFIG_CMD_SF=y
|
|
CONFIG_CMD_I2C=y
|
|
CONFIG_CMD_USB=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_NET_RANDOM_ETHADDR=y
|
|
CONFIG_DM=y
|
|
CONFIG_DM_SPI_FLASH=y
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_E1000=y
|
|
CONFIG_PCI=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_DM_SPI=y
|
|
CONFIG_FSL_DSPI=y
|
|
CONFIG_USB=y
|
|
CONFIG_DM_USB=y
|
|
CONFIG_USB_XHCI_HCD=y
|
|
CONFIG_USB_XHCI_DWC3=y
|
|
CONFIG_USB_STORAGE=y
|
|
CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
|