Re: [U-Boot] [RFC PATCH] Allow providing default environment from file

2018-03-19 Thread Tom Rini
On Wed, Jan 24, 2018 at 10:55:59AM +0100, Rasmus Villemoes wrote: > It is sometimes useful to be able to define the entire default > environment in an external file. This implements a Kconfig option for > allowing that. > > It is somewhat annoying to have two visible Kconfig options; it would >

Re: [U-Boot] [RFC PATCH] Allow providing default environment from file

2018-03-19 Thread Sean Nyekjær
On 2018-02-02 21:15, Rasmus Villemoes wrote: On 2018-01-24 10:55, Rasmus Villemoes wrote: It is sometimes useful to be able to define the entire default environment in an external file. This implements a Kconfig option for allowing that. ping Hi Tom Will you please take a look a this? /Sean

Re: [U-Boot] [RFC PATCH] Allow providing default environment from file

2018-02-02 Thread Rasmus Villemoes
On 2018-01-24 10:55, Rasmus Villemoes wrote: > It is sometimes useful to be able to define the entire default > environment in an external file. This implements a Kconfig option for > allowing that. ping ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [RFC PATCH] Allow providing default environment from file

2018-01-26 Thread Sean Nyekjaer
On 24-01-2018 10:55, Rasmus Villemoes wrote: It is sometimes useful to be able to define the entire default environment in an external file. This implements a Kconfig option for allowing that. It is somewhat annoying to have two visible Kconfig options; it would probably be more user-friendly

Re: [U-Boot] [RFC PATCH] Allow providing default environment from file

2018-01-25 Thread Lukasz Majewski
Hi Rasmus, > On 2018-01-25 10:30, Lukasz Majewski wrote: > > Hi Rasmus, > > > >> It is sometimes useful to be able to define the entire default > >> environment in an external file. > > > > There is already available script for extracting the environment. > > > > Please look into: > >

Re: [U-Boot] [RFC PATCH] Allow providing default environment from file

2018-01-25 Thread Rasmus Villemoes
On 2018-01-25 10:30, Lukasz Majewski wrote: > Hi Rasmus, > >> It is sometimes useful to be able to define the entire default >> environment in an external file. > > There is already available script for extracting the environment. > > Please look into: > ./scripts/get_default_envs.sh > > Maybe

Re: [U-Boot] [RFC PATCH] Allow providing default environment from file

2018-01-25 Thread Lukasz Majewski
Hi Rasmus, > It is sometimes useful to be able to define the entire default > environment in an external file. There is already available script for extracting the environment. Please look into: ./scripts/get_default_envs.sh Maybe you can reuse it in this patch? > This implements a Kconfig

[U-Boot] [RFC PATCH] Allow providing default environment from file

2018-01-24 Thread Rasmus Villemoes
It is sometimes useful to be able to define the entire default environment in an external file. This implements a Kconfig option for allowing that. It is somewhat annoying to have two visible Kconfig options; it would probably be more user-friendly to just have the string option (with empty