X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Flpd7a40x%2Fflash.c;h=d18720e5b20d2a6c6b81f57b54cbee41e2dd4dd4;hb=d52fb7e3d135704334bd6f97f3444e824665b76f;hp=2dfe37656fc1c112041488f6def5cc3a699ff9ed;hpb=78953f2f93a17fb87aa5c67df385ef1104c1c692;p=u-boot diff --git a/board/lpd7a40x/flash.c b/board/lpd7a40x/flash.c index 2dfe37656f..d18720e5b2 100644 --- a/board/lpd7a40x/flash.c +++ b/board/lpd7a40x/flash.c @@ -351,8 +351,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;