]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: cmd_elf: Add support to disable start of application
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Mon, 9 Mar 2015 11:46:47 +0000 (12:46 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 9 Mar 2015 15:13:29 +0000 (11:13 -0400)
commit44c8fd3abaded5bf18a48947c6d1286927cbdf2b
tree79072da78ebcb67f4cd5f9099cf5777a9a5ca129
parent23b5877c64562a314f8d8c60d0066cd346f2d886
common: cmd_elf: Add support to disable start of application

Added support to disable the start of application by using
a environment variable autostart

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
common/cmd_elf.c