Enabled SPI u-boot for ROCK Pi 4 (and switched it to TPL/SPL/BLOB)
This commit is contained in:
parent
c43c4e9cbd
commit
6a7ca0145b
@ -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'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user