[U-Boot-Users] [PATCH] esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Sat Mar 8 21:30:04 CET 2008


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

diff --git a/board/esd/common/fpga.c b/board/esd/common/fpga.c
index ad56402..aab5509 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;
-- 
1.5.4.1





More information about the U-Boot mailing list