X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fsplash.h;h=228aff441b87f46c3747d5376773b559898ebea5;hb=e5bda8a2d88f8f3eba308fb30d7e12f3a50ab6b5;hp=136eac7402465e34488687ccaa9d6d1bbb1b75b6;hpb=c98b171e1098f94b2ff7720c45a25a602882f876;p=u-boot diff --git a/include/splash.h b/include/splash.h index 136eac7402..228aff441b 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 {