Re: [U-Boot] [PATCH 07/10] k2g: env: Allow use of a script and plain text env files

2016-03-11 Thread Tom Rini
On Wed, Mar 09, 2016 at 03:39:36PM +0530, Lokesh Vutla wrote: > For development purposes, it is easier to use the env import command > and plain text or script files instead of script-images. So allow > u-boot to load env var from a text file or a script file. > > Signed-off-by: Lokesh Vutla Re

[U-Boot] [PATCH 07/10] k2g: env: Allow use of a script and plain text env files

2016-03-09 Thread Lokesh Vutla
For development purposes, it is easier to use the env import command and plain text or script files instead of script-images. So allow u-boot to load env var from a text file or a script file. Signed-off-by: Lokesh Vutla --- include/configs/k2g_evm.h | 1 + 1 file changed, 1 insertion(+) diff -