
On Mon, Aug 05, 2013 at 10:36:09PM +0200, Wolfgang Denk wrote:
Dear Tom,
In message 20130805190949.GS5164@bill-the-cat you wrote:
Simon's proposal for text version of default environment is a move to the right direction, it seems, as will easy reuse of environment among boards.
I need to look at this again, I think the biggest problem / concern I had was about multi-line stuff.
"env import" has been tested to even handle multi-line variable settings correctly. I know I repeat myself again, but instead of hard-coding environment settings into the U-Boot binary (no matter if they come from a C header file or form a text file processed in some way) is not the most clever way to handle such requirements.
Right. I need to look at Simon's patches again.