ti_armv7_common: env: Use args_mmc in FIT loading path
authorAndrew F. Davis <afd@ti.com>
Fri, 10 Mar 2017 21:53:54 +0000 (15:53 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 8 Apr 2017 13:26:49 +0000 (09:26 -0400)
commit5bb7318f9c9fcaa029718149ad061c6031c81022
tree6780fbd4d9832211748708ec4d2f48d873308dec
parentf2288c5a5b2aa6ce8453725e81ce20361cee854e
ti_armv7_common: env: Use args_mmc in FIT loading path

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 this as when we do have the rootfs in FIT this argument is ignored.
As 'loadfit' is only called from the MMC boot path, use 'args_mmc' to
correctly populate 'bootargs'.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
include/configs/ti_armv7_common.h