diff options
author | Jagan Teki | 2019-09-17 11:40:36 +0530 |
---|---|---|
committer | Kever Yang | 2019-09-19 09:35:31 +0800 |
commit | bacad567ac59e252d8bd8f3f9a4cd3c8048781e2 (patch) | |
tree | f2db3a7e7762497b876a36da13ce09f300c54753 | |
parent | fc925fd15f31093251403a58f8f465fd296e23bd (diff) |
rockchip: rk3288: vyasa: Drop ROCKCHIP_BROM_HELPER selection
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>
-rw-r--r-- | arch/arm/mach-rockchip/rk3288/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig index 87e3d342f62..4ebc0792d55 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, |