]> git.sur5r.net Git - u-boot/commit
IDE: fix compiler warnings
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Mon, 28 Apr 2008 12:36:06 +0000 (14:36 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 28 Apr 2008 18:42:51 +0000 (20:42 +0200)
commit413bf586266f86c6bdbc6c6d140f67a15af4c4f1
tree4d78e8f087099983eb5854e0c5909571378bdc92
parentdb9084de28c46ac81c8f681722cb0d7411be4d7f
IDE: fix compiler warnings

The IDE driver can use 32-bit addresses in LBA mode, in which case it
spits multiple warnings during compilation. Fix them.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
common/cmd_ide.c