commit | 3eec19c44cc44246325c8a25076258d533f27276 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Fri Nov 04 15:55:16 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Nov 07 22:11:24 2011 +0100 |
tree | 359524483e355f790873d1f4182cdeb121b5a341 | |
parent | 8fff354df763a257d44bcd25e07452e1e532c583 [diff] |
PM520: add missing enable_interrupts() The code disabled interrupts in several locations, without re-enabling them again. Fix this. While we are at it, also fix a GCC 4.6 build warning: flash.c: In function 'flash_erase': flash.c:373:21: warning: variable 'last' set but not used [-Wunused-but-set-variable] Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Josef Wagner <Wagner@Microsys.de>