build uboot for rock5a with spi flash support
This commit is contained in:
parent
17543acde4
commit
2fcc395a34
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user