From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 7 Nov 2007 07:19:21 +0000 (+0100) Subject: Fix warning: pointer targets in assignment differ in signedness X-Git-Tag: v1.3.0-rc4~12^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=64bf555465c7926be13e1046ac0d0f05ac72829c;p=u-boot Fix warning: pointer targets in assignment differ in signedness Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/board/purple/flash.c b/board/purple/flash.c index 7522580808..1baae35eb8 100644 --- a/board/purple/flash.c +++ b/board/purple/flash.c @@ -299,7 +299,7 @@ void flash_print_info (flash_info_t *info) int i; uchar *boottype; uchar *bootletter; - uchar *fmt; + char *fmt; uchar botbootletter[] = "B"; uchar topbootletter[] = "T"; uchar botboottype[] = "bottom boot sector";