]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board/apollon/apollon.c: Fix GCc 4.6 build warnings.
authorWolfgang Denk <wd@denx.de>
Fri, 9 Dec 2011 11:14:25 +0000 (12:14 +0100)
committerWolfgang Denk <wd@denx.de>
Sat, 10 Dec 2011 22:09:42 +0000 (23:09 +0100)
commit99e547606b1387366ff3f50235a20632baba6d2b
tree85585c717574d3615916965013e6c9b35f1ef365
parentd6709dd4f95af1ecf32b66dec02cabdbfea81ef9
board/apollon/apollon.c: Fix GCc 4.6 build warnings.

Fix:
apollon.c: In function 'dram_init':
apollon.c:188:29: warning: variable 'cpu' set but not used
[-Wunused-but-set-variable]
apollon.c:188:20: warning: variable 'rev' set but not used
[-Wunused-but-set-variable]
apollon.c:187:26: warning: variable 'size1' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
board/apollon/apollon.c