Re: [U-Boot] [PATCH] rockchip: fix rk3036 SPL build

2016-07-23 Thread Heiko Stübner
Hi Simon, Am Freitag, 22. Juli 2016, 20:31:36 schrieb Simon Glass: > On 20 July 2016 at 19:47, Kever Yang wrote: > > 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

Re: [U-Boot] [PATCH] rockchip: fix rk3036 SPL build

2016-07-22 Thread Simon Glass
Hi Heiko, On 20 July 2016 at 19:47, Kever Yang wrote: > 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

Re: [U-Boot] [PATCH] rockchip: fix rk3036 SPL build

2016-07-20 Thread Kever Yang
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, -

[U-Boot] [PATCH] rockchip: fix rk3036 SPL build

2016-07-20 Thread Heiko Stuebner
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: