Re: [U-Boot] [PATCH 21/30] common/hush: make get_local_var visible for other users

2011-05-01 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4dbe3fe6.8010...@denx.de> you wrote: > > > What is the rationale for this change? > > We can actually only set from c-code local hush shell variables, > with this patch we can also read them from c-code. I see, thanks. Best regards, Wolfgang Denk -- DENX Sof

Re: [U-Boot] [PATCH 21/30] common/hush: make get_local_var visible for other users

2011-05-01 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > Dear Valentin Longchamp, > > In message > > you wrote: >> From: Holger Brunck >> >> Signed-off-by: Holger Brunck >> Acked-by: Heiko Schocher >> cc: Wolfgang Denk >> cc: Detlev Zundel >> cc: Valentin Longchamp >> Signed-off-by: Valentin Longchamp >

Re: [U-Boot] [PATCH 21/30] common/hush: make get_local_var visible for other users

2011-04-30 Thread Wolfgang Denk
Dear Valentin Longchamp, In message you wrote: > From: Holger Brunck > > Signed-off-by: Holger Brunck > Acked-by: Heiko Schocher > cc: Wolfgang Denk > cc: Detlev Zundel > cc: Valentin Longchamp > Signed-off-by: Valentin Longchamp What is the rationale for this change? Best regards, W

[U-Boot] [PATCH 21/30] common/hush: make get_local_var visible for other users

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck Signed-off-by: Holger Brunck Acked-by: Heiko Schocher cc: Wolfgang Denk cc: Detlev Zundel cc: Valentin Longchamp Signed-off-by: Valentin Longchamp --- common/hush.c |3 +-- include/hush.h |1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/comm