summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-06-10 15:04:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-06-12 08:28:04 +0200
commite7b23c6a9df57b5c8bba4fa9c10f8b5f793745cc (patch)
treed23b14209befafaab5e67d1ac71d56b0484b1abc /include
parentff40732d0adfba399a3a2914d347a85c24fbf461 (diff)
downloadbarebox-e7b23c6a9df57b5c8bba4fa9c10f8b5f793745cc.tar.gz
barebox-e7b23c6a9df57b5c8bba4fa9c10f8b5f793745cc.tar.xz
filetype: Add filetype for MXS bootstream
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 cca4dad7f3..e452b7ac9d 100644
--- a/include/filetype.h
+++ b/include/filetype.h
@@ -34,6 +34,7 @@ enum filetype {
filetype_ch_image_be,
filetype_exe,
filetype_xz_compressed,
+ filetype_mxs_bootstream,
filetype_max,
};