
Add the newest u-boot available in https://github.com/armbian/build alongside all the patches that it comes with. Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
29 lines
793 B
Diff
29 lines
793 B
Diff
diff --git a/configs/Merrii_Hummingbird_A20_defconfig b/configs/Merrii_Hummingbird_A20_defconfig
|
|
new file mode 100644
|
|
index 0000000..20a98bb
|
|
--- /dev/null
|
|
+++ b/configs/Merrii_Hummingbird_A20_defconfig
|
|
@@ -0,0 +1,22 @@
|
|
+CONFIG_ARM=y
|
|
+CONFIG_ARCH_SUNXI=y
|
|
+CONFIG_SPL_I2C_SUPPORT=y
|
|
+CONFIG_MACH_SUN7I=y
|
|
+CONFIG_DRAM_CLK=432
|
|
+CONFIG_MMC0_CD_PIN="PH1"
|
|
+CONFIG_SATAPWR="PB8"
|
|
+CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-hummingbird"
|
|
+CONFIG_AHCI=y
|
|
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
+CONFIG_SPL_I2C_SUPPORT=y
|
|
+CONFIG_SPL=y
|
|
+# CONFIG_CMD_IMLS is not set
|
|
+# CONFIG_CMD_FLASH is not set
|
|
+# CONFIG_CMD_FPGA is not set
|
|
+CONFIG_SCSI_AHCI=y
|
|
+CONFIG_ETH_DESIGNWARE=y
|
|
+CONFIG_SUN7I_GMAC=y
|
|
+CONFIG_SCSI=y
|
|
+CONFIG_USB_EHCI_HCD=y
|
|
+CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
|
|
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
|
|