Skip to content

Commit 054a446

Browse files
committed
Rock-5T: Use previously defined mainline ATF
1 parent 6bc0a35 commit 054a446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/boards/rock-5t.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function post_family_config__rock5t_use_mainline_uboot() {
4242
declare -g BOOTBRANCH="tag:v2026.04"
4343
declare -g BOOTPATCHDIR="v2026.04"
4444
declare -g BOOTDIR="u-boot-${BOARD}"
45-
declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB};;u-boot-rockchip.bin u-boot-rockchip-spi.bin"
45+
declare -g UBOOT_TARGET_MAP="BL31=bl31.elf ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB};;u-boot-rockchip.bin u-boot-rockchip-spi.bin"
4646
unset uboot_custom_postprocess write_uboot_platform write_uboot_platform_mtd # disable stuff from rockchip64_common; we're using binman here which does all the work already
4747

4848
# Just use the binman-provided u-boot-rockchip.bin, which is ready-to-go

0 commit comments

Comments
 (0)