summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2019-12-10 23:03:21 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-11 09:51:23 +0100
commit583055c883ede073200dd2b8f5078793d5fe0313 (patch)
tree0c17a82f9d3ef5427908fdc4c8de097a6468ebf0 /include
parent9398e9ef1e4d0aebf60b618508c746b0cb6cafb9 (diff)
downloadbarebox-583055c883ede073200dd2b8f5078793d5fe0313.tar.gz
barebox-583055c883ede073200dd2b8f5078793d5fe0313.tar.xz
filetype: add Zynq image type
Use the 2 invariant words (width detection and image identification) from the Zynq image header to detect the filetype. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/filetype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/filetype.h b/include/filetype.h
index 90a03de581..db95fdaa0a 100644
--- a/include/filetype.h
+++ b/include/filetype.h
@@ -49,6 +49,7 @@ enum filetype {
filetype_layerscape_qspi_image,
filetype_ubootvar,
filetype_stm32_image_v1,
+ filetype_zynq_image,
filetype_max,
};