From 58f3c57c6008b42e01f551d3be6efd88c14ac87f Mon Sep 17 00:00:00 2001
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Date: Sat, 8 Mar 2008 21:30:04 +0100
Subject: [PATCH] esd: Fix warning: passing argument 1 of 'fpga_boot' discards
 qualifiers from pointer target type

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

diff --git a/board/esd/common/fpga.c b/board/esd/common/fpga.c
index ad56402693..aab5509bcb 100644
--- a/board/esd/common/fpga.c
+++ b/board/esd/common/fpga.c
@@ -92,7 +92,7 @@
 #endif
 
 
-static int fpga_boot(unsigned char *fpgadata, int size)
+static int fpga_boot(const unsigned char *fpgadata, int size)
 {
   int i,index,len;
   int count;
-- 
2.39.5