mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 05:18:55 +00:00
Add eMMC support for Cubieboard2
This commit is contained in:
parent
533c6e5cc8
commit
088f758fe9
1 changed files with 12 additions and 0 deletions
12
patch/u-boot/u-boot-sunxi/emmc-for-cubieboard2.patch
Normal file
12
patch/u-boot/u-boot-sunxi/emmc-for-cubieboard2.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff --git a/configs/Cubieboard2_defconfig b/configs/Cubieboard2_defconfig
|
||||
old mode 100644
|
||||
new mode 100755
|
||||
index 2667fc6..15331a1
|
||||
--- a/configs/Cubieboard2_defconfig
|
||||
+++ b/configs/Cubieboard2_defconfig
|
||||
@@ -17,3 +17,4 @@ CONFIG_SPL_I2C_SUPPORT=y
|
||||
# CONFIG_SPL_EFI_PARTITION is not set
|
||||
CONFIG_ETH_DESIGNWARE=y
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
||||
\ No newline at end of file
|
Loading…
Add table
Add a link
Reference in a new issue