Skip to content

Commit

Permalink
rockchip64: fix rk3399 miniloader
Browse files Browse the repository at this point in the history
  • Loading branch information
paolosabatino committed Jul 22, 2024
1 parent 49e0ec5 commit c1dc5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sources/families/include/rockchip64_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ case "$BOOT_SOC" in
CPUMAX=${CPUMAX:="2016000"}
BOOT_SCENARIO="${BOOT_SCENARIO:=only-blobs}"
DDR_BLOB="${DDR_BLOB:-"rk33/rk3399_ddr_933MHz_v1.25.bin"}"
MINILOADER_BLOB="${MINILOADER_BLOB:-"rk33/rk3399_loader_v1.30.130.bin"}"
MINILOADER_BLOB="${MINILOADER_BLOB:-"rk33/rk3399_miniloader_v1.26.bin"}"
BL31_BLOB="${BL31_BLOB:-"rk33/rk3399_bl31_v1.35.elf"}"
;;

Expand Down

0 comments on commit c1dc5a2

Please sign in to comment.