[U-Boot] [PATCH] configs: omap4_common: support load from uEnv.txt

2013-01-11 Thread Nishanth Menon
if traditionally used boot.scr is not found see if uEnv.txt is available to load environment. uenvcmd is executed after load of uEnv.txt if it is defined in the environment text file Signed-off-by: Nishanth Menon n...@ti.com --- include/configs/omap4_common.h | 12 1 file changed,

Re: [U-Boot] [PATCH] configs: omap4_common: support load from uEnv.txt

2013-01-11 Thread Nishanth Menon
On 14:39-20130111, Nishanth Menon wrote: if traditionally used boot.scr is not found see if uEnv.txt is available to load environment. uenvcmd is executed after load of uEnv.txt if it is defined in the environment text file Signed-off-by: Nishanth Menon n...@ti.com ---