[RFC PATCH v2 8/8] board: rockpro64: Enable building SPI image

Andrew Abbott andrew at mirx.dev
Mon May 16 13:07:12 CEST 2022


Using the new SPI image generation, build an image for the Pine64
ROCKPro64 board.

Signed-off-by: Andrew Abbott <andrew at mirx.dev>
---

(no changes since v1)

 arch/arm/mach-rockchip/rk3399/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-rockchip/rk3399/Kconfig b/arch/arm/mach-rockchip/rk3399/Kconfig
index c1f251316c..4a049935df 100644
--- a/arch/arm/mach-rockchip/rk3399/Kconfig
+++ b/arch/arm/mach-rockchip/rk3399/Kconfig
@@ -84,6 +84,7 @@ config TARGET_ROCK960_RK3399
 
 config TARGET_ROCKPRO64_RK3399
 	bool "Pine64 Rockpro64 board"
+	select ROCKCHIP_SPI_IMAGE
 	help
 	  Rockro64 is SBC produced by Pine64. Key features:
 
-- 
2.36.0



More information about the U-Boot mailing list