Re: [U-Boot] [PATCH 6/6] sandbox: add getenv support

2012-01-23 Thread Simon Glass
Hi Mike, On Sun, Jan 22, 2012 at 10:30 PM, Mike Frysinger vap...@gentoo.org wrote: Signed-off-by: Mike Frysinger vap...@gentoo.org Acked-by: Simon Glass s...@chromium.org ---  arch/sandbox/cpu/os.c |   13 +  include/os.h          |    1 +  2 files changed, 14 insertions(+), 0

Re: [U-Boot] [PATCH 6/6] sandbox: add getenv support

2012-01-23 Thread Mike Frysinger
On Monday 23 January 2012 19:44:15 Simon Glass wrote: Is this used by earlier patches (iwc it probably should go earlier) or is it new? it is not (anymore). i meant to only send out the first five, but this doesn't hurt. i'll probably leave it in my local branch until someone needs it. I

[U-Boot] [PATCH 6/6] sandbox: add getenv support

2012-01-22 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- arch/sandbox/cpu/os.c | 13 + include/os.h |1 + 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os.c index 1d3e54f..4428f57 100644 --- a/arch/sandbox/cpu/os.c