summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2018-05-31 23:28:17 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-04 08:54:47 +0200
commitbf8b6d46db9274c364947a22163b16e05f74211c (patch)
tree38a18947ce78b1ad824d0e972ca8aa621ec3157a /include
parentb086bf35dc8b1fc02bca67979e1a3420d21768c6 (diff)
downloadbarebox-bf8b6d46db9274c364947a22163b16e05f74211c.tar.gz
barebox-bf8b6d46db9274c364947a22163b16e05f74211c.tar.xz
kwbimage_v0: add support to detect and boot a mvebu v0 image
The differences between v0 and v1 of the mvebu kwbimage are small enough that the function to boot such an image can be shared between both variants. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.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 9986938ddb..d9963a2449 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_v0,
filetype_kwbimage_v1,
filetype_android_sparse,
filetype_arm64_linux_image,