Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dsplash_source.c388 char *env_splashimage_value; in splash_source_load() local
391 env_splashimage_value = env_get("splashimage"); in splash_source_load()
392 if (env_splashimage_value == NULL) in splash_source_load()
395 bmp_load_addr = simple_strtoul(env_splashimage_value, 0, 16); in splash_source_load()