commit | 3fddff1400cd9ff7b2468784c9131db10a8a82de | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Mon Jul 07 09:39:06 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Thu Jul 10 00:34:30 2008 +0200 |
tree | bd0541479fd8e1cdad957951b9e6b2c85cbc1c9f | |
parent | 72eb50a18dab323718c944501bdfaacf3ae1062c [diff] |
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>