[U-Boot] [PATCH v2 8/9] arm64: rk3399: add SPL support
Simon Glass
sjg at chromium.org
Thu Feb 23 04:16:22 UTC 2017
Hi Kever,
On 13 February 2017 at 02:39, Kever Yang <kever.yang at rock-chips.com> wrote:
> Add SPL support for rk3399, default with of-platdata enabled.
>
> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
> ---
>
> Changes in v2:
> - split SPL patch into 4 patches
>
> Changes in v1: None
>
> arch/arm/Kconfig | 1 +
> arch/arm/mach-rockchip/Kconfig | 2 +
> arch/arm/mach-rockchip/Makefile | 1 +
> arch/arm/mach-rockchip/rk3399-board-spl.c | 158 ++++++++++++++++++++++++++++++
> include/configs/rk3399_common.h | 6 ++
> 5 files changed, 168 insertions(+)
> create mode 100644 arch/arm/mach-rockchip/rk3399-board-spl.c
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index d871a45..9a0efe4 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -882,6 +882,7 @@ config ARCH_ROCKCHIP
> select DM
> select SPL_DM if SPL
> select SYS_MALLOC_F
> + select SPL_SEPARATE_BSS if SPL
Unfortunately this line seems to break firefly-rk3288, for example.
Can you perhaps move it to RK3399 only?
Regards,
Simon
More information about the U-Boot
mailing list