]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to boot
authorTom Rini <trini@ti.com>
Fri, 28 Mar 2014 16:03:42 +0000 (12:03 -0400)
committerTom Rini <trini@ti.com>
Thu, 17 Apr 2014 18:39:54 +0000 (14:39 -0400)
commitae1590ed52256bb3bbb45506c005020075fbe49f
treea8a6a5c8b0e29813b2d26cc4d4a7c7badb631960
parent0092fa01a7d74399a66dec1ff2cf7301f40ac60a
spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to boot

We add two new environment variables, falcon_args_file and
falcon_image_file, which when set will override the compiled in default
values for falcon mode.

Signed-off-by: Tom Rini <trini@ti.com>
common/spl/spl_fat.c
doc/README.falcon