summaryrefslogtreecommitdiffstats
path: root/include/filetype.h
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2017-02-23 09:21:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-02 14:03:43 +0100
commit0da84a9fe46ec562d800a2d82e8d85d4545ee86e (patch)
tree0ebc8d3e564a316eff8cade286fa3c82784f329c /include/filetype.h
parentf15bb506aa7d5d17c299fa8ef7330996a7393fce (diff)
downloadbarebox-0da84a9fe46ec562d800a2d82e8d85d4545ee86e.tar.gz
barebox-0da84a9fe46ec562d800a2d82e8d85d4545ee86e.tar.xz
filetype: Add image type for boot images used on Armada 370 and XP
Diffstat (limited to 'include/filetype.h')
-rw-r--r--include/filetype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/filetype.h b/include/filetype.h
index 65bd6efb7b..709c1869f7 100644
--- a/include/filetype.h
+++ b/include/filetype.h
@@ -38,6 +38,7 @@ enum filetype {
filetype_xz_compressed,
filetype_mxs_bootstream,
filetype_socfpga_xload,
+ filetype_kwbimage_v1,
filetype_max,
};