radxa0: factory: do not verify partitions
authorJan Altensen <info@stricted.net>
Tue, 6 Jul 2021 20:31:19 +0000 (22:31 +0200)
committerJan Altensen <info@stricted.net>
Fri, 30 Jul 2021 17:26:11 +0000 (19:26 +0200)
 * 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

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"