summaryrefslogtreecommitdiffstats
path: root/board/smdk2400/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/smdk2400/flash.c')
-rw-r--r--board/smdk2400/flash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/smdk2400/flash.c b/board/smdk2400/flash.c
index a108af7c72..fd9992d366 100644
--- a/board/smdk2400/flash.c
+++ b/board/smdk2400/flash.c
@@ -353,8 +353,7 @@ outahere:
* Copy memory to flash
*/
-volatile static int write_word (flash_info_t * info, ulong dest,
- ulong data)
+static int write_word (flash_info_t * info, ulong dest, ulong data)
{
vu_long *addr = (vu_long *) dest;
ulong result;
OpenPOWER on IntegriCloud