Skip to content

Commit

Permalink
update rkbin files of rk3588 (#4361)
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate authored Oct 28, 2022
1 parent 4a56340 commit 24197c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sources/families/include/rockchip64_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ elif [[ $BOOT_SOC == rk3568 ]]; then
elif [[ $BOOT_SOC == rk3588 ]]; then

BOOT_SCENARIO="${BOOT_SCENARIO:=spl-blobs}"
DDR_BLOB="${DDR_BLOB:=rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.07.bin}"
BL31_BLOB='rk35/rk3588_bl31_v1.25.elf'
DDR_BLOB="${DDR_BLOB:=rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.08.bin}"
BL31_BLOB='rk35/rk3588_bl31_v1.28.elf'

elif [[ $BOARD == rockpi-s ]]; then

Expand Down

0 comments on commit 24197c1

Please sign in to comment.