From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Thu, 21 Jul 2016 09:47:01 +0800 Subject: [U-Boot] [PATCH] rockchip: fix rk3036 SPL build In-Reply-To: <1469050916-5263-1-git-send-email-heiko@sntech.de> References: <1469050916-5263-1-git-send-email-heiko@sntech.de> Message-ID: <57902995.5070602@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Heiko, Simon apply my V4 patch which still have some problem, he said that he will rebase with a new patch set either if I send a new version or send fixes, but he won't be available till next week. I have send out my V5 patch which including the code of this patch. Thanks, - Kever On 07/21/2016 05:41 AM, Heiko Stuebner wrote: > Commit c7db6abf534d ("ARM64: rockchip: add support for rk3399 SoC based evb") > moved the SPL Kconfig selects into the individual soc-specific options. > But it only did it for the rk3288 and not for the rk3036 thus disabling > SPL builds for it. Add the necessary options for the rk3036 as well. > > Fixes: c7db6abf534d ("ARM64: rockchip: add support for rk3399 SoC based evb") > Signed-off-by: Heiko Stuebner > --- > arch/arm/mach-rockchip/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig > index 2817c0f..c47e16c 100644 > --- a/arch/arm/mach-rockchip/Kconfig > +++ b/arch/arm/mach-rockchip/Kconfig > @@ -8,6 +8,8 @@ config ROCKCHIP_RK3036 > including NEON and GPU, Mali-400 graphics, several DDR3 options > and video codec support. Peripherals include Gigabit Ethernet, > USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs. > + select SUPPORT_SPL > + select SPL > > config ROCKCHIP_RK3188 > bool "Support Rockchip RK3188"