From c989a9b205ad4d27900b61b941f3f863a5d112e6 Mon Sep 17 00:00:00 2001 From: Przemyslaw Sztoch Date: Tue, 27 Nov 2018 10:57:33 +0100 Subject: [PATCH] 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). --- .../enable-DT-overlays-support.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patch/u-boot/u-boot-rockchip64-dev/enable-DT-overlays-support.patch b/patch/u-boot/u-boot-rockchip64-dev/enable-DT-overlays-support.patch index 2dfc911668..d7e2ad9b03 100644 --- a/patch/u-boot/u-boot-rockchip64-dev/enable-DT-overlays-support.patch +++ b/patch/u-boot/u-boot-rockchip64-dev/enable-DT-overlays-support.patch @@ -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