mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
Merge git://git.denx.de/u-boot-video
This commit is contained in:
commit
5512f5ccf1
3 changed files with 1 additions and 1 deletions
0
drivers/video/anx9804.c
Executable file → Normal file
0
drivers/video/anx9804.c
Executable file → Normal file
|
@ -272,7 +272,7 @@ static int video_post_bind(struct udevice *dev)
|
|||
ulong size;
|
||||
|
||||
/* Before relocation there is nothing to do here */
|
||||
if ((!gd->flags & GD_FLG_RELOC))
|
||||
if (!(gd->flags & GD_FLG_RELOC))
|
||||
return 0;
|
||||
size = alloc_fb(dev, &addr);
|
||||
if (addr < gd->video_bottom) {
|
||||
|
|
0
include/configs/blanche.h
Executable file → Normal file
0
include/configs/blanche.h
Executable file → Normal file
Loading…
Reference in a new issue