build uboot for rock5a with spi flash support

This commit is contained in:
amazingfate 2023-05-30 09:38:21 +08:00 committed by Jianfeng Liu
parent 17543acde4
commit 2fcc395a34

View File

@ -197,6 +197,13 @@ prepare_boot_configuration() {
fi
fi
if [[ "$BOARD" == "rock-5a" ]];then
UBOOT_TARGET_MAP="
BL31=$RKBIN_DIR/$BL31_BLOB rock-5a-spi-rk3588s_defconfig spl/u-boot-spl.bin u-boot.itb;;rkspi_loader.img
BL31=$RKBIN_DIR/$BL31_BLOB rock-5a-rk3588s_defconfig spl/u-boot-spl.bin u-boot.itb;;idbloader.img u-boot.itb
"
fi
}
uboot_custom_postprocess() {