Add support for multikey autoboot stop string
authorPiotr Dymacz <pepe2k@gmail.com>
Thu, 6 Apr 2017 18:10:03 +0000 (20:10 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Thu, 6 Apr 2017 18:10:03 +0000 (20:10 +0200)
commit83c79707400d66706071e6d6037558e531e07412
tree867c91a96a038b2305f757739596bf78747c5760
parent3208a89c3604d30a3f62944228fdac5ab2a261ee
Add support for multikey autoboot stop string

This allows to define string (in environment variable 'bootstopkey')
used to interrupt autobooting process. It works in similar way as in
upstream U-Boot version.

If variable is not defined in environment, default approach (any key)
will be used. Variable can be also predefined during compilation with
CONFIG_AUTOBOOT_STOP_STR define.

This closes #136
u-boot/common/env_common.c
u-boot/common/environment.c
u-boot/common/main.c
u-boot/include/configs/qca9k_common.h