]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm, bootm: Fix compile warning
authorHeiko Schocher <hs@denx.de>
Mon, 25 Oct 2010 06:33:38 +0000 (08:33 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Oct 2010 19:15:35 +0000 (21:15 +0200)
commit1336cad29855b279b6a8873d321a062717495ecf
treec10e982424839ada71185a757386b6b43f4fb17f
parent8f4cb77ef7183ce1bb3f767604a0677c6f6d84a7
arm, bootm: Fix compile warning

Fix warning:

bootm.c: In function 'bootm_linux_fdt':
bootm.c:181: warning: unused variable 's'
bootm.c:180: warning: unused variable 'bd'

Signed-off-by: Heiko Schocher <hs@denx.de>
arch/arm/lib/bootm.c