mirror of
https://github.com/edk2-porting/edk2-msm
synced 2025-05-12 07:32:56 +00:00
7 lines
170 B
PHP
7 lines
170 B
PHP
function platform_build_bootimg(){
|
|
abootimg \
|
|
--create "${OUTDIR}/boot-${DEVICE}${EXT}.img" \
|
|
-k "${WORKSPACE}/uefi-${DEVICE}-kernel" -r ramdisk \
|
|
||return "$?"
|
|
}
|