]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc8xx/cpu.c: Fix GCC 4.6 build warnings
authorWolfgang Denk <wd@denx.de>
Fri, 4 Nov 2011 15:55:32 +0000 (15:55 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 7 Nov 2011 21:13:01 +0000 (22:13 +0100)
commitbae65019d754007054d702b9e86429fa19470b1e
treed25bd5450748b9af1f63ded5cdfdef76f2265317
parentf6b60bca6ceddd917bcfd762e745d9a63c0e8064
mpc8xx/cpu.c: Fix GCC 4.6 build warnings

Fix:
cpu.c: In function 'check_CPU':
cpu.c:188:8: warning: variable 'mid' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk <wd@denx.de>
arch/powerpc/cpu/mpc8xx/cpu.c