mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-19 20:58:59 +00:00
Fixed patches and configs
This commit is contained in:
parent
ccb4a7dd5e
commit
8d7920a3fe
28 changed files with 120971 additions and 76 deletions
21
patch/u-boot/u-boot/add-cubieboard4.patch
Normal file
21
patch/u-boot/u-boot/add-cubieboard4.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
diff --git a/arch/arm/dts/Cubieboard4_defconfig b/arch/arm/dts/Cubieboard4_defconfig
|
||||
new file mode 100755
|
||||
index 0000000..f400ed2
|
||||
--- /dev/null
|
||||
+++ b/arch/arm/dts/Cubieboard4_defconfig
|
||||
@@ -0,0 +1,15 @@
|
||||
+CONFIG_ARM=y
|
||||
+CONFIG_ARCH_SUNXI=y
|
||||
+CONFIG_MACH_SUN9I=y
|
||||
+CONFIG_DRAM_CLK=360
|
||||
+CONFIG_DRAM_ZQ=123
|
||||
+CONFIG_SYS_CLK_FREQ=1008000000
|
||||
+CONFIG_MMC0_CD_PIN="PH18"
|
||||
+# CONFIG_VIDEO is not set
|
||||
+CONFIG_DEFAULT_DEVICE_TREE="sun9i-a80-cubieboard4"
|
||||
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
||||
+# CONFIG_CMD_IMLS is not set
|
||||
+# CONFIG_CMD_FLASH is not set
|
||||
+# CONFIG_CMD_FPGA is not set
|
||||
+CONFIG_CMD_GPIO=y
|
||||
+CONFIG_SYS_NS16550=y
|
Loading…
Add table
Add a link
Reference in a new issue