Skip to content
Snippets Groups Projects
Verified Commit 0747936a authored by Clayton Craft's avatar Clayton Craft :speech_balloon: Committed by Newbyte
Browse files

drop deviceinfo_mtk_mkimage (MR 76)

No longer used in pmaports, so let's remove it here.

See: postmarketOS/pmaports!5995

Closes postmarketOS/boot-deploy#24
parent 90406a72
Branches master
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ deviceinfo_bootimg_blobpack=""
deviceinfo_bootimg_dtb_second=""
deviceinfo_bootimg_mtk_label_kernel=""
deviceinfo_bootimg_mtk_label_ramdisk=""
deviceinfo_bootimg_mtk_mkimage=""
deviceinfo_bootimg_prepend_dhtb=""
deviceinfo_bootimg_pxa=""
deviceinfo_bootimg_qcdt=""
......@@ -162,7 +161,6 @@ validate_deviceinfo() {
deviceinfo_bootimg_append_seandroidenforce \
deviceinfo_bootimg_blobpack \
deviceinfo_bootimg_dtb_second \
deviceinfo_bootimg_mtk_mkimage \
deviceinfo_bootimg_override_payload_compression \
deviceinfo_bootimg_pxa \
deviceinfo_bootimg_qcdt \
......@@ -414,13 +412,6 @@ add_mtk_header() {
_ramdisk_label=$deviceinfo_bootimg_mtk_label_ramdisk
fi
if [ "${deviceinfo_bootimg_mtk_mkimage}" = "true" ]; then
log "WARNING: bootimg_mtk_mkimage is deprecated and will be removed in the future."
log "Please use bootimg_mtk_label_kernel and bootimg_mtk_label_ramdisk instead."
_kernel_label="KERNEL"
_ramdisk_label="ROOTFS"
fi
if [ -n "${_kernel_label}" ] || [ -n "${_ramdisk_label}" ]; then
require_package "mtk-mkimage" "mtk-mkimage" "bootimg_mtk_mkimage"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment