]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/spartan3.c
elppc board: Coding style cleanup.
[karo-tx-uboot.git] / common / spartan3.c
index 56a172e0be8e838179d12afc5c0812ce43944fac..d329e70cf736a5550cd7a1ee50b6aa0b52c14f90 100644 (file)
@@ -446,7 +446,7 @@ static int Spartan3_ss_load (Xilinx_desc * desc, void *buf, size_t bsize)
        int ret_val = FPGA_FAIL;        /* assume the worst */
        Xilinx_Spartan3_Slave_Serial_fns *fn = desc->iface_fns;
        int i;
-       char  val;
+       unsigned char val;
 
        PRINTF ("%s: start with interface functions @ 0x%p\n",
                        __FUNCTION__, fn);