Re: [U-Boot-Users] Patch to setenv() to return status

2008-07-05 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Currently, the setenv function does not return an error code. I'd like to propose the following patch, because I want to be able to test for errors in a new BSP I'm writing. Comments invited. Signed-off-by: Steve Falco [EMAIL PROTECTED] Applied,

[U-Boot-Users] Patch to setenv() to return status

2008-06-12 Thread Steven A. Falco
Currently, the setenv function does not return an error code. I'd like to propose the following patch, because I want to be able to test for errors in a new BSP I'm writing. Comments invited. Signed-off-by: Steve Falco [EMAIL PROTECTED] diff --git a/include/common.h b/include/common.h index