From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Date: Sun, 24 Feb 2008 23:03:12 +0000 (+0000)
Subject: mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
X-Git-Tag: v2025.01-rc5-pxa1908~22482^2
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=14e099e698d41e8179d05c2b2dbcf704a236f748;p=u-boot.git

mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---

diff --git a/board/mx1fs2/flash.c b/board/mx1fs2/flash.c
index 38063106e2..47885bceb2 100644
--- a/board/mx1fs2/flash.c
+++ b/board/mx1fs2/flash.c
@@ -173,7 +173,7 @@ 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";