Re: [U-Boot] [PATCH] bootdelay can be an environemt variable

2010-04-27 Thread Wolfgang Denk
Dear Matthias Weißer, In message <4bd6aef4.7080...@arcor.de> you wrote: > > It was an attempt to get the bootdelay in an environment variable which > can be overridden by board specific code. You can #define BOOTDELAY in your board config file ? > With this I tried to follow your suggestion in

Re: [U-Boot] [PATCH] bootdelay can be an environemt variable

2010-04-27 Thread Matthias Weißer
Am 27.04.2010 10:19, schrieb Wolfgang Denk: > Dear Matthias Weisser, > > In message<1272348834-30161-1-git-send-email-weiss...@arcor.de> you wrote: >> This patch allows the bootdelay variable contain the name of >> another variable holding the actual bootdelay value. > > Why make the "bootdelay" v

Re: [U-Boot] [PATCH] bootdelay can be an environemt variable

2010-04-27 Thread Wolfgang Denk
Dear Matthias Weisser, In message <1272348834-30161-1-git-send-email-weiss...@arcor.de> you wrote: > This patch allows the bootdelay variable contain the name of > another variable holding the actual bootdelay value. Why make the "bootdelay" variable in any way special, compared to all other vari

[U-Boot] [PATCH] bootdelay can be an environemt variable

2010-04-26 Thread Matthias Weisser
This patch allows the bootdelay variable contain the name of another variable holding the actual bootdelay value. Signed-off-by: Matthias Weisser --- common/main.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/common/main.c b/common/main.c index f7e7c1c..f43802