commit | 2293087b48e270487a472de11d68ba32439fd267 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Sat Nov 19 13:12:13 2011 +0000 |
committer | Heiko Schocher <hs@denx.de> | Wed Nov 23 08:14:27 2011 +0100 |
tree | 37922b9dfc3429c491c7c7aa902557a47f20ecda | |
parent | d1d92d7d4f82850c04204b253c724e422db5172d [diff] |
arch/arm/cpu/arm926ejs/omap/cpuinfo.c: Fix GCC 4.6 warnings Fix: cpuinfo.c: In function 'print_cpuinfo': cpuinfo.c:155:6: warning: variable 'system_serial_low' set but not used [-Wunused-but-set-variable] cpuinfo.c:154:6: warning: variable 'system_serial_high' set but not used [-Wunused-but-set-variable] Signed-off-by: Anatolij Gustschin <agust@denx.de>