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).
This commit is contained in:
Przemyslaw Sztoch 2018-11-27 10:57:33 +01:00
parent b59df82ed1
commit c989a9b205

View file

@ -2,10 +2,10 @@ diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0e8dc01..22170d2 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1082,6 +1082,8 @@ config ARCH_ROCKCHIP
select DM_PWM
select DM_REGULATOR
imply FAT_WRITE
@@ -1125,6 +1125,8 @@ config ARCH_ROCKCHIP
imply TPL_SYSRESET
imply ADC
imply SARADC_ROCKCHIP
+ select OF_LIBFDT
+ select OF_LIBFDT_OVERLAY