summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--[-rwxr-xr-x]drivers/video/anx9804.c0
-rw-r--r--drivers/video/video-uclass.c2
-rw-r--r--[-rwxr-xr-x]include/configs/blanche.h0
3 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/anx9804.c b/drivers/video/anx9804.c
index 3910458bf19..3910458bf19 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 b5bb8e0efde..93fdc6828b1 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) {
diff --git a/include/configs/blanche.h b/include/configs/blanche.h
index 8c1959d264c..8c1959d264c 100755..100644
--- a/include/configs/blanche.h
+++ b/include/configs/blanche.h