commit | c2436939c6605cbbcc6ab03f278eb3feae7bd68c | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Oct 14 07:04:38 2008 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Tue Oct 14 14:19:34 2008 +0200 |
tree | 0d04458ec6dba12a7de97e631deb1c0bee3845f1 | |
parent | ac2babbc1f419f7e9cf3c16f1a409fa6bb3938bd [diff] |
cmd_spi: remove broken signed casting for display Since we're working with unsigned data, you can't apply a signed pointer cast and then attempt to print the result. Otherwise you get wrong output when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF". Signed-off-by: Mike Frysinger <vapier@gentoo.org>