enable DT overlays in u-boot
This commit is contained in:
parent
fe5f139f4d
commit
214538f913
2 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
|
||||||
|
index 0ed36cded..822ebb812 100644
|
||||||
|
--- a/arch/arm/Kconfig
|
||||||
|
+++ b/arch/arm/Kconfig
|
||||||
|
@@ -578,6 +578,7 @@ config ARCH_SUNXI
|
||||||
|
select CMD_GPIO
|
||||||
|
select CMD_MMC if MMC
|
||||||
|
select CMD_USB if DISTRO_DEFAULTS
|
||||||
|
+ select OF_LIBFDT_OVERLAY
|
||||||
|
select DM
|
||||||
|
select DM_ETH
|
||||||
|
select DM_GPIO
|
|
@ -9,4 +9,5 @@ SRC_URI_append = " \
|
||||||
file://h3-enable-power-led.patch \
|
file://h3-enable-power-led.patch \
|
||||||
file://h3-set-safe-axi_apb-clock-dividers.patch \
|
file://h3-set-safe-axi_apb-clock-dividers.patch \
|
||||||
file://h3-adjust-dram-frequency.patch \
|
file://h3-adjust-dram-frequency.patch \
|
||||||
|
file://enable-DT-overlays-support.patch \
|
||||||
"
|
"
|
Loading…
Add table
Reference in a new issue