mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-19 20:58:59 +00:00
Merge pull request #232 from ThomasKaiser/master
Few H3 fixes, small fel-boot documentation improvement
This commit is contained in:
commit
1eb650d48f
23 changed files with 677 additions and 639 deletions
|
@ -1,7 +1,7 @@
|
|||
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 @@
|
||||
@@ -0,0 +1,18 @@
|
||||
+CONFIG_ARM=y
|
||||
+CONFIG_ARCH_SUNXI=y
|
||||
+CONFIG_MACH_SUN8I_H3=y
|
||||
|
@ -31,7 +31,7 @@ index aaf0f68..b389a0e 100644
|
|||
+CONFIG_DM=y
|
||||
+CONFIG_DM_GPIO=y
|
||||
diff --git a/configs/orangepi_plus_defconfig b/configs/orangepi_plus_defconfig
|
||||
index e52dcfc..03a2687 100644
|
||||
index e52dcfc..c2280e0 100644
|
||||
--- a/configs/orangepi_plus_defconfig
|
||||
+++ b/configs/orangepi_plus_defconfig
|
||||
@@ -14,3 +14,5 @@ CONFIG_SPL=y
|
||||
|
@ -39,4 +39,4 @@ index e52dcfc..03a2687 100644
|
|||
CONFIG_SY8106A_POWER=y
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
+CONFIG_DM=y
|
||||
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
||||
+CONFIG_DM_GPIO=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue