* [U-Boot-Users] [PATCH 4/5 RESEND] Fix MSB check in Xilinx Spartan slave serial mode
@ 2007-12-27 16:13 Matthias Fuchs
2008-01-09 12:37 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fuchs @ 2007-12-27 16:13 UTC (permalink / raw)
To: u-boot
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
---
common/spartan2.c | 2 +-
common/spartan3.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/spartan2.c b/common/spartan2.c
index ef107bc..2f1ea2c 100644
--- a/common/spartan2.c
+++ b/common/spartan2.c
@@ -441,7 +441,7 @@ static int Spartan2_ss_load (Xilinx_desc * desc, void *buf, size_t bsize)
int ret_val = FPGA_FAIL; /* assume the worst */
Xilinx_Spartan2_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);
diff --git a/common/spartan3.c b/common/spartan3.c
index 56a172e..d329e70 100644
--- a/common/spartan3.c
+++ b/common/spartan3.c
@@ -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);
--
1.5.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot-Users] [PATCH 4/5 RESEND] Fix MSB check in Xilinx Spartan slave serial mode
2007-12-27 16:13 [U-Boot-Users] [PATCH 4/5 RESEND] Fix MSB check in Xilinx Spartan slave serial mode Matthias Fuchs
@ 2008-01-09 12:37 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2008-01-09 12:37 UTC (permalink / raw)
To: u-boot
In message <200712271713.06037.matthias.fuchs@esd-electronics.com> you wrote:
> Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
> ---
> common/spartan2.c | 2 +-
> common/spartan3.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Life would be so much easier if we could just look at the source
code. -- Dave Olson
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-09 12:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-27 16:13 [U-Boot-Users] [PATCH 4/5 RESEND] Fix MSB check in Xilinx Spartan slave serial mode Matthias Fuchs
2008-01-09 12:37 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox