diff mbox series

[U-Boot,1/7] rockchip: rk3288: vyasa: Drop ROCKCHIP_BROM_HELPER selection

Message ID 20190917061042.32053-2-jagan@amarulasolutions.com
State Accepted
Commit bacad567ac59e252d8bd8f3f9a4cd3c8048781e2
Delegated to: Kever Yang
Headers show
Series rk3288: tinker/vyasa: Fixes for TPL/SPL boot | expand

Commit Message

Jagan Teki Sept. 17, 2019, 6:10 a.m. UTC
ROCKCHIP_BROM_HELPER is selected as if TPL/SPL ROCKCHIP_BACK_TO_BROM
has been defined, so drop the explicit enablement for vyasa board.

This change is supposed to missed during config move to
other locations, and missed to drop the same.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 arch/arm/mach-rockchip/rk3288/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Kever Yang Sept. 18, 2019, 5 a.m. UTC | #1
On 2019/9/17 下午2:10, Jagan Teki wrote:
> ROCKCHIP_BROM_HELPER is selected as if TPL/SPL ROCKCHIP_BACK_TO_BROM
> has been defined, so drop the explicit enablement for vyasa board.
>
> This change is supposed to missed during config move to
> other locations, and missed to drop the same.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

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

Thanks,
- Kever
> ---
>   arch/arm/mach-rockchip/rk3288/Kconfig | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig
> index 87e3d342f6..4ebc0792d5 100644
> --- a/arch/arm/mach-rockchip/rk3288/Kconfig
> +++ b/arch/arm/mach-rockchip/rk3288/Kconfig
> @@ -104,7 +104,6 @@ config TARGET_POPMETAL_RK3288
>   config TARGET_VYASA_RK3288
>   	bool "Vyasa-RK3288"
>   	select BOARD_LATE_INIT
> -	select ROCKCHIP_BROM_HELPER
>   	select TPL
>   	help
>   	  Vyasa is a RK3288-based development board with 2 USB ports,
diff mbox series

Patch

diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig
index 87e3d342f6..4ebc0792d5 100644
--- a/arch/arm/mach-rockchip/rk3288/Kconfig
+++ b/arch/arm/mach-rockchip/rk3288/Kconfig
@@ -104,7 +104,6 @@  config TARGET_POPMETAL_RK3288
 config TARGET_VYASA_RK3288
 	bool "Vyasa-RK3288"
 	select BOARD_LATE_INIT
-	select ROCKCHIP_BROM_HELPER
 	select TPL
 	help
 	  Vyasa is a RK3288-based development board with 2 USB ports,