diff options
| author | Sascha Hauer <s.hauer@pengutronix.de> | 2018-03-14 12:04:45 +0100 |
|---|---|---|
| committer | Sascha Hauer <s.hauer@pengutronix.de> | 2018-04-04 07:44:26 +0200 |
| commit | 41dd040d2cc4d248a63f316f90118560437a4abc (patch) | |
| tree | 8157977ed4bd1239c43f18d4a1f3f5456496351c /include/filetype.h | |
| parent | 8bdd7a116b3dc3b04fa0ebb6799baf455182be8a (diff) | |
| download | barebox-41dd040d2cc4d248a63f316f90118560437a4abc.tar.gz | |
filetype: Detect ARM aarch64 Linux images
ARM aarch64 Linux image have a special type. Allow to detect them.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/filetype.h')
| -rw-r--r-- | include/filetype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/filetype.h b/include/filetype.h index ec5aea2635..9986938ddb 100644 --- a/include/filetype.h +++ b/include/filetype.h @@ -40,6 +40,7 @@ enum filetype { filetype_socfpga_xload, filetype_kwbimage_v1, filetype_android_sparse, + filetype_arm64_linux_image, filetype_max, }; |
