Merge git://git.denx.de/u-boot-video
This commit is contained in:
commit
5512f5ccf1
|
|
@ -272,7 +272,7 @@ static int video_post_bind(struct udevice *dev)
|
||||||
ulong size;
|
ulong size;
|
||||||
|
|
||||||
/* Before relocation there is nothing to do here */
|
/* Before relocation there is nothing to do here */
|
||||||
if ((!gd->flags & GD_FLG_RELOC))
|
if (!(gd->flags & GD_FLG_RELOC))
|
||||||
return 0;
|
return 0;
|
||||||
size = alloc_fb(dev, &addr);
|
size = alloc_fb(dev, &addr);
|
||||||
if (addr < gd->video_bottom) {
|
if (addr < gd->video_bottom) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue