From 64bf555465c7926be13e1046ac0d0f05ac72829c Mon Sep 17 00:00:00 2001
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Date: Wed, 7 Nov 2007 08:19:21 +0100
Subject: [PATCH] Fix warning: pointer targets in assignment differ in
 signedness

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

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";
-- 
GitLab