Commit c7db6abf534d ("ARM64: rockchip: add support for rk3399 SoC based evb") accidentially removed the include of the rk3036 Kconfig from arch/arm/mach-rockchip/Kconfig. Readd it to let the rk3036 boards compile again.
Fixes: c7db6abf534d ("ARM64: rockchip: add support for rk3399 SoC based evb") Signed-off-by: Heiko Stuebner <he...@sntech.de> --- arch/arm/mach-rockchip/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index acde487..d8723bb 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -40,6 +40,7 @@ config ROCKCHIP_RK3399 USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs. select ARM64 +source "arch/arm/mach-rockchip/rk3036/Kconfig" source "arch/arm/mach-rockchip/rk3288/Kconfig" source "arch/arm/mach-rockchip/rk3399/Kconfig" endif -- 2.8.0.rc3 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot