mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
3936514b82
Move this board over to driver model for MMC and SATA. This means that it uses CONFIG_BLK as well. In SPL these options remain turned off since it increases the code size. One option would be to use CONFIG_SPL_OF_PLATDATA to avoid device-tree overhead. Signed-off-by: Simon Glass <sjg@chromium.org>
26 lines
667 B
Text
26 lines
667 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_MACH_SUN7I=y
|
|
CONFIG_DRAM_CLK=480
|
|
CONFIG_DRAM_ZQ=122
|
|
CONFIG_SATAPWR="PH2"
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-pcduino3"
|
|
CONFIG_AHCI=y
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_SPL=y
|
|
CONFIG_SPL_I2C_SUPPORT=y
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_FPGA is not set
|
|
# CONFIG_SPL_DOS_PARTITION is not set
|
|
# CONFIG_SPL_ISO_PARTITION is not set
|
|
# CONFIG_SPL_EFI_PARTITION is not set
|
|
# CONFIG_SPL_BLK is not set
|
|
CONFIG_DM_MMC=y
|
|
# CONFIG_SPL_DM_MMC is not set
|
|
# CONFIG_SPL_DM_MMC_OPS is not set
|
|
CONFIG_ETH_DESIGNWARE=y
|
|
CONFIG_SUN7I_GMAC=y
|
|
CONFIG_SCSI=y
|
|
CONFIG_DM_SCSI=y
|
|
CONFIG_USB_EHCI_HCD=y
|