rockchip64: rk3318-box use vendor ddrbin

This commit is contained in:
Paolo Sabatino
2024-05-02 21:32:17 +02:00
committed by Igor
parent 2b1fae5d74
commit a5ef5c651d

View File

@@ -21,7 +21,7 @@ enable_extension xorg-lima-serverflags
function post_family_config__uboot_cmdline() {
BOOTDELAY=1
UBOOT_TARGET_MAP="BL31=bl31.elf;;idbloader.img u-boot.itb"
UBOOT_TARGET_MAP="ROCKCHIP_TPL=$RKBIN_DIR/$DDR_BLOB BL31=bl31.elf;;idbloader.img u-boot.itb"
}