Re: [U-Boot] [PATCH v3 2/4] Allow newlines within command environment vars

2012-08-09 Thread Wolfgang Denk
Dear Simon Glass, In message <1333179058-19598-2-git-send-email-...@chromium.org> you wrote: > Any environment variable can hold commands to be executed by the 'run' > command. The environment variables preboot, bootcmd and menucmd have > special code for triggering execution in certain circumstan

[U-Boot] [PATCH v3 2/4] Allow newlines within command environment vars

2012-03-31 Thread Simon Glass
Any environment variable can hold commands to be executed by the 'run' command. The environment variables preboot, bootcmd and menucmd have special code for triggering execution in certain circumstances. We adjust these calls to use run_command_list() instead of run_command(). This change permits