]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/splash.h
dfu: Fix up the Kconfig mess
[people/ms/u-boot.git] / include / splash.h
index 136eac7402465e34488687ccaa9d6d1bbb1b75b6..228aff441b87f46c3747d5376773b559898ebea5 100644 (file)
@@ -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 {