Home
last modified time | relevance | path

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

/u-boot/common/
A Dsplash.c61 char *splashimage; in splash_video_logo_load() local
64 splashimage = env_get("splashimage"); in splash_video_logo_load()
65 if (!splashimage) in splash_video_logo_load()
68 bmp_load_addr = simple_strtoul(splashimage, 0, 16); in splash_video_logo_load()
A Dlcd.c761 U_BOOT_ENV_CALLBACK(splashimage, on_splashimage);
/u-boot/drivers/video/
A DKconfig884 "splashimage". If found, the usual display of logo, copyright and
886 address specified in "splashimage" is loaded instead. The console is
901 variable "splashimage" from being set to a problematic address

Completed in 7 milliseconds