mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-28 00:58:24 +00:00
Enabled SPI u-boot for ROCK Pi 4 (and switched it to TPL/SPL/BLOB)
This commit is contained in:
parent
c43c4e9cbd
commit
6a7ca0145b
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ elif [[ $BOARD == pinebook-pro ]]; then
|
||||||
elif [[ $BOARD == rockpi-4* || $BOARD == rockpro64 ]]; then
|
elif [[ $BOARD == rockpi-4* || $BOARD == rockpro64 ]]; then
|
||||||
|
|
||||||
BOOT_USE_TPL_SPL_BLOB=yes
|
BOOT_USE_TPL_SPL_BLOB=yes
|
||||||
|
BOOT_SUPPORT_SPI=yes
|
||||||
BOOT_SOC=rk3399
|
BOOT_SOC=rk3399
|
||||||
BL31_BLOB='rk33/rk3399_bl31_v1.30.elf'
|
BL31_BLOB='rk33/rk3399_bl31_v1.30.elf'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue