From: Jan Altensen Date: Tue, 6 Jul 2021 20:31:19 +0000 (+0200) Subject: odroidc4: factory: Do not verify partitions X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e1c2c242b4e3f5d1ea27eed17e4ae74bca953984;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_hardkernel_odroidc4.git odroidc4: factory: Do not verify partitions * Since we can only generate V1 upgrade packages we can't 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"