summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2018-06-06 09:59:10 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-15 08:33:20 +0200
commit32bb4ca56b1b01006fcb7058049038fbb8dc10cf (patch)
tree2eee83e7472b7bdbdd7468b59c1d25dc994006e2 /include
parent9199e9cb082fff290cdac2d323458f17db2a9ad0 (diff)
downloadbarebox-32bb4ca56b1b01006fcb7058049038fbb8dc10cf.tar.gz
barebox-32bb4ca56b1b01006fcb7058049038fbb8dc10cf.tar.xz
filetype: add ELF type
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> 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 9986938ddb..3b930bf946 100644
--- a/include/filetype.h
+++ b/include/filetype.h
@@ -41,6 +41,7 @@ enum filetype {
filetype_kwbimage_v1,
filetype_android_sparse,
filetype_arm64_linux_image,
+ filetype_elf,
filetype_max,
};