summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-03-27 17:09:33 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-05-10 14:21:56 +0200
commitc94fe755e6dbc24f6558d4490b7de98f2257f3b6 (patch)
treeeaecd982bec0d0757e1f72d5cc0e9bc844775a72 /conf
parentd99284cfa23f114de55126af2647d58cf7ba3a54 (diff)
image_type_dfu: drop this image type
As we now have a working Toradex Easy Installer this bringup way of flashing images is no longer needed. Related-to: TEI-1066 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/verdin-am62.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index 1676482..7bab031 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -56,8 +56,8 @@ IMAGE_BOOT_FILES:append = " \
WKS_FILE_DEPENDS:append = " u-boot-distro-boot"
WIC_CREATE_EXTRA_ARGS:append = " --no-fstab-update"
-IMAGE_CLASSES:append = " image_type_tezi image_type_dfu"
-IMAGE_FSTYPES:append = " teziimg dfuimg"
+IMAGE_CLASSES:append = " image_type_tezi"
+IMAGE_FSTYPES:append = " teziimg"
# The payload offsets are given in number of 512 byte blocks.
# tiboot3.bin
OFFSET_BOOTROM_PAYLOAD = "0"