Revert "Switched OrangePi 4 to SPL/TPL + bl31 u-boot scenario (#1774)"

This reverts commit 45de363a0f.
This commit is contained in:
Igor Pecovnik 2020-03-01 10:32:07 +01:00
parent 8f5ba97078
commit 060241f0bb
No known key found for this signature in database
GPG Key ID: 93D6889F9F0E78D5

View File

@ -22,12 +22,12 @@ if [[ $BOARD == roc-rk3399-pc ]]; then
BOOT_USE_MAINLINE_ATF=yes
elif [[ $BOARD == rockpi-4* || $BOARD == orangepi4 ]]; then
elif [[ $BOARD == rockpi-4* ]]; then
BOOT_USE_TPL_SPL_BLOB=yes
BL31_BLOB='rk33/rk3399_bl31_v1.30.elf'
elif [[ $BOARD == nanopim4v2 ]]; then
elif [[ $BOARD == nanopim4v2 || $BOARD == orangepi4 ]]; then
BOOT_USE_BLOBS=yes
DDR_BLOB='rk33/rk3399_ddr_933MHz_v1.24.bin'