Enable DT overlay support in rk3328 u-boot
This commit is contained in:
parent
d5c6bf69db
commit
64f5514ea0
13
patch/u-boot/u-boot-rk3328/enable-DT-overlays-support.patch
Normal file
13
patch/u-boot/u-boot-rk3328/enable-DT-overlays-support.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
|
||||
index a17ba2c..0372e82 100644
|
||||
--- a/arch/arm/Kconfig
|
||||
+++ b/arch/arm/Kconfig
|
||||
@@ -991,6 +991,8 @@ config ARCH_ROCKCHIP
|
||||
select DM_USB if USB
|
||||
select DM_PWM
|
||||
select DM_REGULATOR
|
||||
+ select OF_LIBFDT
|
||||
+ select OF_LIBFDT_OVERLAY
|
||||
|
||||
config TARGET_THUNDERX_88XX
|
||||
bool "Support ThunderX 88xx"
|
||||
Loading…
Reference in New Issue
Block a user