diff options
author | Tom Rini <trini@konsulko.com> | 2018-04-24 20:27:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-24 20:27:43 -0400 |
commit | 5512f5ccf1dc5cec068f8efa1d8ce81f51a988d3 (patch) | |
tree | 49816b1a1f99788a22af60b6112c09b6ac2f3fcf /drivers/video | |
parent | 49f8849de9cf4855f48a85f015f9f80250a3b2aa (diff) | |
parent | 751641814c1db245695dd8f40e9c811320e69f79 (diff) | |
download | u-boot-5512f5ccf1dc5cec068f8efa1d8ce81f51a988d3.tar.gz |
Merge git://git.denx.de/u-boot-video
Diffstat (limited to 'drivers/video')
-rw-r--r--[-rwxr-xr-x] | drivers/video/anx9804.c | 0 | ||||
-rw-r--r-- | drivers/video/video-uclass.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/anx9804.c b/drivers/video/anx9804.c index 3910458bf1..3910458bf1 100755..100644 --- a/drivers/video/anx9804.c +++ b/drivers/video/anx9804.c diff --git a/drivers/video/video-uclass.c b/drivers/video/video-uclass.c index b5bb8e0efd..93fdc6828b 100644 --- a/drivers/video/video-uclass.c +++ b/drivers/video/video-uclass.c @@ -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) { |