Re: [U-Boot] [PATCH 14/17] console: Call overwrite_console before searching for console devices

2012-11-08 Thread Wolfgang Denk
Dear Simon, In message capnjgz1mmjh7xd3zaqznjfge2uvg_km1j0pwf4xsl3pry23...@mail.gmail.com you wrote: Move the overwrite_console function call to before the search for the console devices. This lets the board specific function replace the environment variables and have that picked up by

Re: [U-Boot] [PATCH 14/17] console: Call overwrite_console before searching for console devices

2012-11-07 Thread Simon Glass
Hi Wolfgang, On Sat, Nov 3, 2012 at 8:32 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message 1351902453-27956-15-git-send-email-...@chromium.org you wrote: From: Anton Staaf robot...@chromium.org Move the overwrite_console function call to before the search for the console

Re: [U-Boot] [PATCH 14/17] console: Call overwrite_console before searching for console devices

2012-11-03 Thread Wolfgang Denk
Dear Simon Glass, In message 1351902453-27956-15-git-send-email-...@chromium.org you wrote: From: Anton Staaf robot...@chromium.org Move the overwrite_console function call to before the search for the console devices. This lets the board specific function replace the environment variables

[U-Boot] [PATCH 14/17] console: Call overwrite_console before searching for console devices

2012-11-02 Thread Simon Glass
From: Anton Staaf robot...@chromium.org Move the overwrite_console function call to before the search for the console devices. This lets the board specific function replace the environment variables and have that picked up by the console code. Signed-off-by: Simon Glass s...@chromium.org ---