summaryrefslogtreecommitdiffstats
path: root/board/trab/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/trab/flash.c')
-rw-r--r--board/trab/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/trab/flash.c b/board/trab/flash.c
index a2a21c6d25..aba06314c7 100644
--- a/board/trab/flash.c
+++ b/board/trab/flash.c
@@ -439,7 +439,7 @@ int write_buff (flash_info_t * info, uchar * src, ulong addr, ulong cnt)
else {
data = *((vu_long *) src);
}
-
+
if ((rc = write_word (info, wp, data)) != 0) {
return (rc);
}
OpenPOWER on IntegriCloud