From 6a7ca0145b3ec33fcd2b2b7f022ce0af3d39f17c Mon Sep 17 00:00:00 2001 From: Piotr Szczepanik Date: Thu, 30 Jul 2020 21:55:14 +0200 Subject: [PATCH] Enabled SPI u-boot for ROCK Pi 4 (and switched it to TPL/SPL/BLOB) --- config/sources/families/include/rockchip64_common.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/sources/families/include/rockchip64_common.inc b/config/sources/families/include/rockchip64_common.inc index 7e4e2c543..9680528a6 100644 --- a/config/sources/families/include/rockchip64_common.inc +++ b/config/sources/families/include/rockchip64_common.inc @@ -51,6 +51,7 @@ elif [[ $BOARD == pinebook-pro ]]; then elif [[ $BOARD == rockpi-4* || $BOARD == rockpro64 ]]; then BOOT_USE_TPL_SPL_BLOB=yes + BOOT_SUPPORT_SPI=yes BOOT_SOC=rk3399 BL31_BLOB='rk33/rk3399_bl31_v1.30.elf'