X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Fsplash.h;h=228aff441b87f46c3747d5376773b559898ebea5;hb=f1554b28d31250df5418254e79e0bf75ff3b2e54;hp=136eac7402465e34488687ccaa9d6d1bbb1b75b6;hpb=4711e7f7af839b41a6d78490257a9e7975494dd3;p=people%2Fms%2Fu-boot.git 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 {