mirror of
https://github.com/armbian/build.git
synced 2025-09-03 21:01:24 +02:00
39 lines
1.3 KiB
Diff
39 lines
1.3 KiB
Diff
diff -Nur a/configs/orangepi_h3_defconfig b/configs/orangepi_h3_defconfig
|
|
--- a/configs/orangepi_h3_defconfig 1970-01-01 01:00:00.000000000 +0100
|
|
+++ b/configs/orangepi_h3_defconfig 2016-02-19 00:58:31.007705977 +0100
|
|
@@ -0,0 +1,16 @@
|
|
+CONFIG_ARM=y
|
|
+CONFIG_ARCH_SUNXI=y
|
|
+CONFIG_MACH_SUN8I_H3=y
|
|
+CONFIG_DRAM_CLK=624
|
|
+CONFIG_DRAM_ZQ=3881979
|
|
+CONFIG_DRAM_ODT_EN=y
|
|
+# CONFIG_VIDEO is not set
|
|
+CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-orangepi-pc"
|
|
+# 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_CMD_GPIO=y
|
|
+CONFIG_DM=y
|
|
+CONFIG_DM_GPIO=y
|
|
diff -Nur a/configs/orangepi_pc_defconfig b/configs/orangepi_pc_defconfig
|
|
--- a/configs/orangepi_pc_defconfig 2016-02-18 17:59:46.843681159 +0100
|
|
+++ b/configs/orangepi_pc_defconfig 2016-02-19 00:58:41.071856141 +0100
|
|
@@ -12,3 +12,5 @@
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_FPGA is not set
|
|
CONFIG_CMD_GPIO=y
|
|
+CONFIG_DM=y
|
|
+CONFIG_DM_GPIO=y
|
|
diff -Nur a/configs/orangepi_plus_defconfig b/configs/orangepi_plus_defconfig
|
|
--- a/configs/orangepi_plus_defconfig 2016-02-15 22:44:30.000000000 +0100
|
|
+++ b/configs/orangepi_plus_defconfig 2016-02-19 00:59:04.440204776 +0100
|
|
@@ -12,3 +12,5 @@
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_FPGA is not set
|
|
CONFIG_CMD_GPIO=y
|
|
+CONFIG_DM=y
|
|
+CONFIG_DM_GPIO=y
|