summaryrefslogtreecommitdiffstats
path: root/board/trab/flash.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-03-11 22:56:07 +0100
committerWolfgang Denk <wd@pollux.denx.de>2006-03-11 22:56:07 +0100
commit8de7ed3abe2b972fd3cc2eda3953fa2c0b554e3e (patch)
tree203cc00536a08524bfb36bc36c2844b44d295bb9 /board/trab/flash.c
parentd52fb7e3d135704334bd6f97f3444e824665b76f (diff)
downloadblackbird-obmc-uboot-8de7ed3abe2b972fd3cc2eda3953fa2c0b554e3e.tar.gz
blackbird-obmc-uboot-8de7ed3abe2b972fd3cc2eda3953fa2c0b554e3e.zip
More GCC 4.x code cleanup
Diffstat (limited to 'board/trab/flash.c')
-rw-r--r--board/trab/flash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/trab/flash.c b/board/trab/flash.c
index b4435e390f..8cdd82400b 100644
--- a/board/trab/flash.c
+++ b/board/trab/flash.c
@@ -308,8 +308,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