Re: [U-Boot] [PATCH] fw_env: use vars from the board config

2012-01-02 Thread Marek Vasut
Cc u-boot ML please. > 2012/1/2 Marek Vasut > > > > it is quite odd that fw_printenv/fw_setenv does not > > > use the settings from include/configs but instead > > > redefines things. > > > > > > This patch uses the variables from the config file > > > The edit in fw_env.c is only needed to res

Re: [U-Boot] [PATCH] fw_env: use vars from the board config

2012-01-02 Thread Marek Vasut
> it is quite odd that fw_printenv/fw_setenv does not > use the settings from include/configs but instead > redefines things. > > This patch uses the variables from the config file > The edit in fw_env.c is only needed to resolve a name clash > > Signed-off-by: Frans Meulenbroeks > > --- > > N

[U-Boot] [PATCH] fw_env: use vars from the board config

2012-01-02 Thread Frans Meulenbroeks
it is quite odd that fw_printenv/fw_setenv does not use the settings from include/configs but instead redefines things. This patch uses the variables from the config file The edit in fw_env.c is only needed to resolve a name clash Signed-off-by: Frans Meulenbroeks --- Note: this is more intend