]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
autoboot: add an option to override keyed autoboot
authorMark Langsdorf <mark.langsdorf@calxeda.com>
Tue, 10 Sep 2013 20:20:23 +0000 (15:20 -0500)
committerTom Rini <trini@ti.com>
Fri, 8 Nov 2013 20:25:14 +0000 (15:25 -0500)
commit00ddacc1a1860bf777ba32ac0ece7a566c97bf48
tree0bdeb7527cafaacaf566a0b799561fa5fd90de33
parent212d7dadcd6465d342b937bf095114c0a8ced048
autoboot: add an option to override keyed autoboot

As originally implemented, setting the AUTOBOOT_KEYED config option will
prevent users from breaking into the autoboot script with ctrl-c. Restore
that option with a new config symbol.

Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
common/main.c
doc/README.autoboot