69a0ea0078
Now that the SPL can safely detect whether it was loaded from an eMMC boot partition or the normal user data partition, let's enable this feature on some boards that feature eMMC storage. That covers the boards where I could test this on, and allows the same build to be written to an SD card, eMMC user partition, eMMC boot partition, or into SPI NOR flash. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
25 lines
605 B
Plaintext
25 lines
605 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun50i-h6-pine-h64"
|
|
CONFIG_SPL=y
|
|
CONFIG_MACH_SUN50I_H6=y
|
|
CONFIG_SUNXI_DRAM_H6_LPDDR3=y
|
|
CONFIG_MACPWR="PC16"
|
|
CONFIG_MMC0_CD_PIN="PF6"
|
|
CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
|
CONFIG_USB3_VBUS_PIN="PL5"
|
|
CONFIG_SPL_SPI_SUNXI=y
|
|
# CONFIG_PSCI_RESET is not set
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_SUPPORT_EMMC_BOOT=y
|
|
CONFIG_SPI_FLASH_WINBOND=y
|
|
CONFIG_SUN8I_EMAC=y
|
|
CONFIG_PHY_SUN50I_USB3=y
|
|
CONFIG_SPI=y
|
|
CONFIG_USB_XHCI_HCD=y
|
|
CONFIG_USB_XHCI_DWC3=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_OHCI_HCD=y
|
|
CONFIG_USB_DWC3=y
|
|
# CONFIG_USB_DWC3_GADGET is not set
|