From: Jan Altensen Date: Tue, 6 Jul 2021 20:31:19 +0000 (+0200) Subject: radxa0: factory: do not verify partitions X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=607c5652d382ee2cf4e7090243c407155761826c;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_radxa_radxa0.git radxa0: factory: do not verify partitions * since we can only generate V1 upgrade packages we can not do partition verification as the usb burning tool requires sha1sums which are only included in the V2 upgrade packages Change-Id: Icfa928622003d4a9787d27adcff2ef68cf32ab55 --- diff --git a/factory/image.cfg b/factory/image.cfg index e4a9045..401c7c6 100644 --- a/factory/image.cfg +++ b/factory/image.cfg @@ -5,8 +5,6 @@ file="u-boot.bin" main_type="UBOOT" sub_type="aml_sdc_burn" file="aml_sdc_burn.ini" main_type="ini" sub_type="aml_sdc_burn" file="dtb.img" main_type="dtb" sub_type="meson1" file="platform.conf" main_type="conf" sub_type="platform" - -[LIST_VERIFY] file="dtb.img" main_type="PARTITION" sub_type="_aml_dtb" file="boot.img" main_type="PARTITION" sub_type="boot" file="u-boot.bin" main_type="PARTITION" sub_type="bootloader"