commit | da8693a91b8eef75ade8de50a1b2ce035bc5fb54 | [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 | 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698 [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>