Re: hashsum.c:54:3: error: 'ret' undeclared (first use in this function)

2015-03-27 Thread Sascha Hauer
Hi Antony, On Fri, Mar 27, 2015 at 10:37:26AM +0400, Antony Pavlov wrote: Hi ! I can't build barebox/next for qemu-malta: CC commands/hashsum.o commands/hashsum.c: In function 'do_hash': commands/hashsum.c:54:3: error: 'ret' undeclared (first use in this function) ret =

hashsum.c:54:3: error: 'ret' undeclared (first use in this function)

2015-03-27 Thread Antony Pavlov
Hi ! I can't build barebox/next for qemu-malta: CC commands/hashsum.o commands/hashsum.c: In function 'do_hash': commands/hashsum.c:54:3: error: 'ret' undeclared (first use in this function) ret = digest_set_key(d, key, keylen); --  Best regards,   Antony Pavlov

Re: OMAP NAND Driver ECC Read broken

2015-03-27 Thread Sascha Hauer
Hi Gabor, On Thu, Mar 26, 2015 at 08:13:38AM +, Gabor Janak (g.ja...@agilion.de) wrote: Hello, on all Platforms which using drivers/mtd/nand/nand_omap_gpmc.c with ECC Mode OMAP_ECC_HAMMING_CODE_HW_ROMCODE (in DTS: bch8_hw_romcode ) the Code is only check the first part of a block

[PATCH] fixup! command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512

2015-03-27 Thread Antony Pavlov
--- commands/hashsum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/hashsum.c b/commands/hashsum.c index e2dc70e..8d3694f 100644 --- a/commands/hashsum.c +++ b/commands/hashsum.c @@ -36,7 +36,7 @@ static int do_hash(char *algo, int argc, char *argv[])

[PATCH 1/2] ARM/MXS/i.MX28: recognize watchdog reset

2015-03-27 Thread Marc Kleine-Budde
From: Steffen Trumtrar s.trumt...@pengutronix.de When a watchdog timeout is set in the linux kernel, the FORCE_UPDATE bit is set. Use this to recognize a system reset that was triggered by the watchdog. Since only the wdt part of the kernel driver sets this bit, this is a safe distinguishing

[PATCH 2/2] duckbill: fix PBL debug prefix

2015-03-27 Thread Marc Kleine-Budde
From: Jan Luebbe j...@pengutronix.de Signed-off-by: Jan Luebbe j...@pengutronix.de Signed-off-by: Marc Kleine-Budde m...@pengutronix.de --- arch/arm/boards/duckbill/lowlevel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boards/duckbill/lowlevel.c