From e1c2c242b4e3f5d1ea27eed17e4ae74bca953984 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Tue, 6 Jul 2021 22:31:19 +0200 Subject: [PATCH] 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 --- factory/image.cfg | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.20.1