]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix compiler warnings
authorKumar Gala <galak@kernel.crashing.org>
Mon, 7 Jul 2008 14:39:06 +0000 (09:39 -0500)
committerWolfgang Denk <wd@denx.de>
Wed, 9 Jul 2008 22:34:30 +0000 (00:34 +0200)
commitda8693a91b8eef75ade8de50a1b2ce035bc5fb54
treebd0541479fd8e1cdad957951b9e6b2c85cbc1c9f
parent5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
Fix compiler warnings

gcc-4.3.x generates the following:

bootm.c: In function 'do_bootm_linux':
bootm.c:208: warning: cast from pointer to integer of different size
bootm.c:215: warning: cast from pointer to integer of different size

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
lib_ppc/bootm.c