Re: [U-Boot] [RFC PATCH 6/7] Add support for loading environment from uEnv.txt in config_distro_bootcmd.

2014-10-06 Thread Vagrant Cascadian
On 2014-10-06, Stephen Warren wrote: > On 10/03/2014 03:08 PM, Vagrant Cascadian wrote: > >> diff --git a/include/config_distro_bootcmd.h >> b/include/config_distro_bootcmd.h > >> "for prefix in ${boot_prefixes}; do " \ >> "run scan_dev

Re: [U-Boot] [RFC PATCH 6/7] Add support for loading environment from uEnv.txt in config_distro_bootcmd.

2014-10-06 Thread Stephen Warren
On 10/03/2014 03:08 PM, Vagrant Cascadian wrote: > diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h > "for prefix in ${boot_prefixes}; do " \ > "run scan_dev_for_extlinux; " \ >

[U-Boot] [RFC PATCH 6/7] Add support for loading environment from uEnv.txt in config_distro_bootcmd.

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- include/config_distro_bootcmd.h | 21 + 1 file changed, 21 insertions(+) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index 2503431..aaa010e 100644 --- a/include/config_distro_bootcmd.h +++ b/include/conf