All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rockchip: fix rk3036 Kconfig inclusion
@ 2016-07-20 19:22 Heiko Stuebner
  2016-07-23  2:15 ` Simon Glass
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Stuebner @ 2016-07-20 19:22 UTC (permalink / raw)
  To: u-boot

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 <heiko@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] rockchip: fix rk3036 Kconfig inclusion
  2016-07-20 19:22 [U-Boot] [PATCH] rockchip: fix rk3036 Kconfig inclusion Heiko Stuebner
@ 2016-07-23  2:15 ` Simon Glass
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Glass @ 2016-07-23  2:15 UTC (permalink / raw)
  To: u-boot

On 20 July 2016 at 13:22, Heiko Stuebner <heiko@sntech.de> wrote:
> 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 <heiko@sntech.de>
> ---
>  arch/arm/mach-rockchip/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Simon Glass <sjg@chromium.org>

Although I'm going to fix this by applying the v5 series.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-23  2:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20 19:22 [U-Boot] [PATCH] rockchip: fix rk3036 Kconfig inclusion Heiko Stuebner
2016-07-23  2:15 ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.