diff mbox series

[U-Boot,v2,3/5] rockchip: Kconfig: enable SPL support for rk3328

Message ID 20190519121020.13866-4-matwey.kornilov@gmail.com
State Changes Requested
Delegated to: Kever Yang
Headers show
Series Add initial support for Pine64 Rock64 board | expand

Commit Message

Matwey V. Kornilov May 19, 2019, 12:10 p.m. UTC
From: Kever Yang <kever.yang@rock-chips.com>

Enable SPL support and some related option in Kconfig.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
[cherry picked from https://github.com/rockchip-linux/u-boot/commit/430b01462bf3f24aaf7920ae2587a6943c39ab5d with minor modifications]
Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
---
 arch/arm/mach-rockchip/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Kever Yang May 30, 2019, 1:24 a.m. UTC | #1
On 05/19/2019 08:10 PM, Matwey V. Kornilov wrote:
> From: Kever Yang <kever.yang@rock-chips.com>
>
> Enable SPL support and some related option in Kconfig.
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> [cherry picked from https://github.com/rockchip-linux/u-boot/commit/430b01462bf3f24aaf7920ae2587a6943c39ab5d with minor modifications]
> Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever

> ---
>  arch/arm/mach-rockchip/Kconfig | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
> index c05e3c3f48..3e38344b50 100644
> --- a/arch/arm/mach-rockchip/Kconfig
> +++ b/arch/arm/mach-rockchip/Kconfig
> @@ -109,6 +109,13 @@ endif
>  config ROCKCHIP_RK3328
>  	bool "Support Rockchip RK3328"
>  	select ARM64
> +	select SUPPORT_SPL
> +	select SPL
> +	imply SPL_SERIAL_SUPPORT
> +	imply SPL_SEPARATE_BSS
> +	select ENABLE_ARM_SOC_BOOT0_HOOK
> +	select DEBUG_UART_BOARD_INIT
> +	select SYS_NS16550
>  	help
>  	  The Rockchip RK3328 is a ARM-based SoC with a quad-core Cortex-A53.
>  	  including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
diff mbox series

Patch

diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index c05e3c3f48..3e38344b50 100644
--- a/arch/arm/mach-rockchip/Kconfig
+++ b/arch/arm/mach-rockchip/Kconfig
@@ -109,6 +109,13 @@  endif
 config ROCKCHIP_RK3328
 	bool "Support Rockchip RK3328"
 	select ARM64
+	select SUPPORT_SPL
+	select SPL
+	imply SPL_SERIAL_SUPPORT
+	imply SPL_SEPARATE_BSS
+	select ENABLE_ARM_SOC_BOOT0_HOOK
+	select DEBUG_UART_BOARD_INIT
+	select SYS_NS16550
 	help
 	  The Rockchip RK3328 is a ARM-based SoC with a quad-core Cortex-A53.
 	  including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two