From db1b79b886f085b5af09db9378f5c53417c3ecde Mon Sep 17 00:00:00 2001 From: tomas.melin@vaisala.com Date: Fri, 13 Jan 2017 13:20:14 +0200 Subject: splash: add support for loading splash from a FIT image Enable support for loading a splash image from within a FIT image. The image is assumed to be generated with mkimage -E flag to hold the data external to the FIT. Signed-off-by: Tomas Melin Acked-by: Igor Grinberg --- include/splash.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/splash.h') diff --git a/include/splash.h b/include/splash.h index 136eac74024..228aff441b8 100644 --- a/include/splash.h +++ b/include/splash.h @@ -33,8 +33,9 @@ enum splash_storage { }; enum splash_flags { - SPLASH_STORAGE_RAW, - SPLASH_STORAGE_FS, + SPLASH_STORAGE_RAW, /* Stored in raw memory */ + SPLASH_STORAGE_FS, /* Stored within a file system */ + SPLASH_STORAGE_FIT, /* Stored inside a FIT image */ }; struct splash_location { -- cgit v1.2.3