Home
last modified time | relevance | path

Searched refs:splash_file (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/common/
H A Dsplash_source.c220 char *splash_file; in splash_load_fs() local
222 splash_file = env_get("splashfile"); in splash_load_fs()
223 if (!splash_file) in splash_load_fs()
224 splash_file = SPLASH_SOURCE_DEFAULT_FILE_NAME; in splash_load_fs()
242 res = fs_size(splash_file, &bmp_size); in splash_load_fs()
255 res = fs_read(splash_file, bmp_load_addr, 0, 0, &actread); in splash_load_fs()