Re: [U-Boot] [PATCH v2 3/5] Allow U-Boot scripts to be placed in a .env file

2013-10-25 Thread Stephen Warren
On 10/20/2013 09:47 PM, Simon Glass wrote: > Hi Stephen, > > On Wed, Jun 26, 2013 at 1:56 PM, Stephen Warren wrote: >> On 06/24/2013 02:46 PM, Simon Glass wrote: >>> At present U-Boot environment variables, and thus scripts, are defined >>> by CONFIG_EXTRA_ENV_SETTINGS. It is painful to add large

Re: [U-Boot] [PATCH v2 3/5] Allow U-Boot scripts to be placed in a .env file

2013-10-20 Thread Simon Glass
Hi Stephen, On Wed, Jun 26, 2013 at 1:56 PM, Stephen Warren wrote: > On 06/24/2013 02:46 PM, Simon Glass wrote: >> At present U-Boot environment variables, and thus scripts, are defined >> by CONFIG_EXTRA_ENV_SETTINGS. It is painful to add large amounts of text >> to this file and dealing with qu

Re: [U-Boot] [PATCH v2 3/5] Allow U-Boot scripts to be placed in a .env file

2013-06-26 Thread Stephen Warren
On 06/24/2013 02:46 PM, Simon Glass wrote: > At present U-Boot environment variables, and thus scripts, are defined > by CONFIG_EXTRA_ENV_SETTINGS. It is painful to add large amounts of text > to this file and dealing with quoting and newlines is harder than it > should be. It would be better if we