Re: [U-Boot] [PATCH v4] rockchip: arm64: rk3399: add SPL support

2017-02-23 Thread Simon Glass
On 23 February 2017 at 01:09, Kever Yang wrote: > Add SPL support for rk3399, default with of-platdata enabled. > > Signed-off-by: Kever Yang > Reviewed-by: Simon Glass > --- > > Changes in v4: > - move SPL_SEPARATE_BSS to RK3399 > > Changes in v2: > - split SPL patch into 4 patches > > arch/ar

[U-Boot] [PATCH v4] rockchip: arm64: rk3399: add SPL support

2017-02-23 Thread Kever Yang
Add SPL support for rk3399, default with of-platdata enabled. Signed-off-by: Kever Yang Reviewed-by: Simon Glass --- Changes in v4: - move SPL_SEPARATE_BSS to RK3399 Changes in v2: - split SPL patch into 4 patches arch/arm/mach-rockchip/Kconfig| 3 + arch/arm/mach-rockchip/Make