m5: factory: Do not verify partitions
authorJan Altensen <info@stricted.net>
Tue, 6 Jul 2021 20:31:19 +0000 (22:31 +0200)
committerNolen Johnson <johnsonnolen@gmail.com>
Tue, 27 Jul 2021 15:37:39 +0000 (11:37 -0400)
 * 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

index e4a90456dafe06c203e8160661a0f55205f3494f..401c7c6bfcb0d74f89c0231f2095c010ae1241e7 100644 (file)
@@ -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"