From 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1 Mon Sep 17 00:00:00 2001
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Date: Mon, 25 Feb 2008 00:03:12 +0100
Subject: [PATCH] mx1fs2/flash: Fix multiple compiler warnings

"pointer targets in assignment differ in signedness"

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 board/mx1fs2/flash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/mx1fs2/flash.c b/board/mx1fs2/flash.c
index 38063106e2f..47885bceb27 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";
-- 
GitLab