mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 07:33:29 +08:00
86cf1c8285
We have the following cases: - CONFIG_NR_DRAM_BANKS was defined, migrate normally - CONFIG_NR_DRAM_BANKS_MAX was defined and then used for CONFIG_NR_DRAM_BANKS after a check, just migrate it over now. - CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 + 2), set this to 8. Signed-off-by: Tom Rini <trini@konsulko.com>
29 lines
715 B
Plaintext
29 lines
715 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_SPL=y
|
|
CONFIG_MACH_SUN7I=y
|
|
CONFIG_DRAM_CLK=432
|
|
CONFIG_MACPWR="PH23"
|
|
CONFIG_MMC0_CD_PIN="PH10"
|
|
CONFIG_MMC3_CD_PIN="PH11"
|
|
CONFIG_MMC_SUNXI_SLOT_EXTRA=3
|
|
CONFIG_USB1_VBUS_PIN="PH26"
|
|
CONFIG_USB2_VBUS_PIN="PH22"
|
|
CONFIG_VIDEO_COMPOSITE=y
|
|
CONFIG_GMAC_TX_DELAY=3
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-orangepi-mini"
|
|
CONFIG_AHCI=y
|
|
CONFIG_NR_DRAM_BANKS=1
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_SPL_I2C_SUPPORT=y
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_SPL_DOS_PARTITION is not set
|
|
# CONFIG_SPL_EFI_PARTITION is not set
|
|
CONFIG_SCSI_AHCI=y
|
|
CONFIG_ETH_DESIGNWARE=y
|
|
CONFIG_RGMII=y
|
|
CONFIG_SUN7I_GMAC=y
|
|
CONFIG_SCSI=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
|