mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-23 14:48:34 +00:00
Missing patches for u-boot default branch and fixes for "build all"
This commit is contained in:
parent
90144d4f15
commit
bd71c2c9c9
6 changed files with 363 additions and 10 deletions
21
patch/u-boot/u-boot-default/add-cubieboard4.patch
Normal file
21
patch/u-boot/u-boot-default/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