k2g: env: Allow use of a script and plain text env files
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 9 Mar 2016 10:09:36 +0000 (15:39 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 16 Mar 2016 01:30:17 +0000 (21:30 -0400)
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 <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/k2g_evm.h

index ca1e368..ba084c1 100644 (file)
@@ -36,6 +36,7 @@
        "get_mon_mmc=load mmc ${bootpart} ${addr_mon} ${bootdir}/${name_mon}\0"\
 
 #define CONFIG_BOOTCOMMAND                                             \
+       "run envboot; "                                                 \
        "run set_name_pmmc init_${boot} get_pmmc_${boot} run_pmmc "     \
        "get_fdt_${boot} get_mon_${boot} get_kern_${boot} "             \
        "run_mon run_kern"