
17 Aug
2012
17 Aug
'12
8:13 p.m.
Hello Nikita,
On 08/16/2012 12:43 PM, Nikita Kiryanov wrote:
If the bmp pointer is null (for example because the environment variable "splashimage" was not defined) then U-Boot will get stuck when trying to load the image.
Which branch is this? At [1] there is a check for this..
1600 s = getenv("splashimage"); 1601 if (s != NULL) { ...
Regards, Jeroen
[1] http://git.denx.de/?p=u-boot.git;a=blob;f=drivers/video/cfb_console.c;h=19d0...