Merge git://git.denx.de/u-boot-video

This commit is contained in:
Tom Rini 2018-04-24 20:27:43 -04:00
commit 5512f5ccf1
3 changed files with 1 additions and 1 deletions

0
drivers/video/anx9804.c Executable file → Normal file
View File

View 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
View File