commit | 8412d814ce8bf5570a2b747f1e7fd321097fe987 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sun Nov 18 17:11:09 2007 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 18 17:11:09 2007 +0100 |
tree | 27f1467772c675242af737a8481ec75f81b0d2d9 | |
parent | 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37 [diff] [blame] |
Fix compiler warnings for ARM systems. Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/board/mpl/vcma9/flash.c b/board/mpl/vcma9/flash.c index ccfe176..d15a191 100644 --- a/board/mpl/vcma9/flash.c +++ b/board/mpl/vcma9/flash.c
@@ -290,7 +290,7 @@ * Copy memory to flash */ -volatile static int write_hword (flash_info_t * info, ulong dest, ushort data) +static int write_hword (flash_info_t * info, ulong dest, ushort data) { vu_short *addr = (vu_short *) dest; ushort result;