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

This commit is contained in:
Tom Rini
2018-04-24 20:27:43 -04:00
3 changed files with 1 additions and 1 deletions
Executable → Regular
View File
+1 -1
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) {
Executable → Regular
View File