mirror of
https://github.com/armbian/build.git
synced 2025-08-15 23:56:57 +02:00
24 lines
656 B
Diff
24 lines
656 B
Diff
diff --git a/configs/orangepi_zero_defconfig b/configs/orangepi_zero_defconfig
|
|
new file mode 100755
|
|
index 0000000..a62d565
|
|
--- /dev/null
|
|
+++ b/configs/orangepi_zero_defconfig
|
|
@@ -0,0 +1,16 @@
|
|
+CONFIG_ARM=y
|
|
+CONFIG_ARCH_SUNXI=y
|
|
+CONFIG_MACH_SUN8I_H3=y
|
|
+CONFIG_DRAM_CLK=408
|
|
+CONFIG_DRAM_ZQ=3881979
|
|
+CONFIG_DRAM_ODT_EN=y
|
|
+CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-orangepi-one"
|
|
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
+CONFIG_SPL=y
|
|
+# CONFIG_CMD_IMLS is not set
|
|
+# CONFIG_CMD_FLASH is not set
|
|
+# CONFIG_CMD_FPGA is not set
|
|
+CONFIG_SUN8I_EMAC=y
|
|
+CONFIG_USB_EHCI_HCD=y
|
|
+CONFIG_SYS_CLK_FREQ=480000000
|
|
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
|
\ No newline at end of file
|