[U-Boot] [PATCH] ti_armv7_common: env: Use args_mmc in FIT loading path

2017-04-07 Thread Andrew F. Davis
The env command 'args_fit' does not define a root path, this forces us to embed the rootfs into the FIT image. FIT images do not need to contain a rootfs, when they do not the kernel will fall-back to the kernel argument 'root', if this is not defined the kernel will not boot. It is safe to add thi

Re: [U-Boot] [PATCH] ti_armv7_common: env: Use args_mmc in FIT loading path

2017-03-12 Thread Lokesh Vutla
On Saturday 11 March 2017 03:23 AM, Andrew F. Davis wrote: > The env command 'args_fit' does not define a root path, this forces us to > embed the rootfs into the FIT image. FIT images do not need to contain a > rootfs, when they do not the kernel will fall-back to the kernel argument > 'root', i

[U-Boot] [PATCH] ti_armv7_common: env: Use args_mmc in FIT loading path

2017-03-10 Thread Andrew F. Davis
The env command 'args_fit' does not define a root path, this forces us to embed the rootfs into the FIT image. FIT images do not need to contain a rootfs, when they do not the kernel will fall-back to the kernel argument 'root', if this is not defined the kernel will not boot. It is safe to add thi