Re: [RFC PATCH 1/4] rockchip: rk3288: enable u-boot.rom for speedy

2022-09-28 Thread Simon Glass
On Thu, 22 Sept 2022 at 00:47, Marty E. Plummer  wrote:
>
> Trivial change, builds a bootable u-boot.rom properly.
>
> Signed-off-by: Marty E. Plummer 
> ---
>
>  arch/arm/mach-rockchip/rk3288/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Simon Glass 


[RFC PATCH 1/4] rockchip: rk3288: enable u-boot.rom for speedy

2022-09-22 Thread Marty E. Plummer
Trivial change, builds a bootable u-boot.rom properly.

Signed-off-by: Marty E. Plummer 
---

 arch/arm/mach-rockchip/rk3288/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig 
b/arch/arm/mach-rockchip/rk3288/Kconfig
index e8c57843a3..99bf2397e6 100644
--- a/arch/arm/mach-rockchip/rk3288/Kconfig
+++ b/arch/arm/mach-rockchip/rk3288/Kconfig
@@ -37,7 +37,9 @@ config TARGET_CHROMEBOOK_MINNIE
 
 config TARGET_CHROMEBOOK_SPEEDY
bool "Google/Rockchip Veyron-Speedy Chromebook"
+   select HAS_ROM
select BOARD_LATE_INIT
+   select ROCKCHIP_SPI_IMAGE
help
  Speedy is a RK3288-based clamshell device with 2 USB 2.0 ports,
  micro HDMI, an 11.6 inch display, micro-SD card,
-- 
2.37.3