build/patch/u-boot/u-boot-rockchip64-dev/enable-DT-overlays-support.patch
Przemyslaw Sztoch c989a9b205 Repaired broken Rock patch for current Kconfig (patch is not synchronized with current codebase,
then changes are applied to wrong part of code and u-boot fdt apply is not working).
2018-11-27 12:51:39 +01:00

13 lines
330 B
Diff

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0e8dc01..22170d2 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1125,6 +1125,8 @@ config ARCH_ROCKCHIP
imply TPL_SYSRESET
imply ADC
imply SARADC_ROCKCHIP
+ select OF_LIBFDT
+ select OF_LIBFDT_OVERLAY
config TARGET_THUNDERX_88XX
bool "Support ThunderX 88xx"