aboutsummaryrefslogtreecommitdiff
path: root/board/armltd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 12:57:36 -0700
committerTom Rini <trini@konsulko.com>2019-12-02 18:23:14 -0500
commit6cc915b5fb2e3467b20735b112a7463cc77ec3c3 (patch)
tree333c09c4aff924b1913865d5f174e47b37217220 /board/armltd
parent62270f4395f86bd5231fcb9c1710e42be7d67d60 (diff)
downloadu-boot-6cc915b5fb2e3467b20735b112a7463cc77ec3c3.zip
u-boot-6cc915b5fb2e3467b20735b112a7463cc77ec3c3.tar.gz
u-boot-6cc915b5fb2e3467b20735b112a7463cc77ec3c3.tar.bz2
arm: powerpc: Tidy up code style for cache functions
Remove the unwanted space before the bracket. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/armltd')
-rw-r--r--board/armltd/integrator/integrator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/armltd/integrator/integrator.c b/board/armltd/integrator/integrator.c
index 0a2baa7..f0fbe2b 100644
--- a/board/armltd/integrator/integrator.c
+++ b/board/armltd/integrator/integrator.c
@@ -109,7 +109,7 @@ extern void cm_remap(void);
writel(SC_CTRL_FLASHVPP | SC_CTRL_FLASHWP, SC_CTRLS);
#endif
- icache_enable ();
+ icache_enable();
return 0;
}