Allow to define particular stop character for autoboot
authorPiotr Dymacz <pepe2k@gmail.com>
Tue, 15 Dec 2015 11:45:53 +0000 (12:45 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Tue, 15 Dec 2015 11:45:53 +0000 (12:45 +0100)
commit538e394d48b7d30ddb5f405f46d4975781561dfe
treea87eb1c69057470b5b340bcd9eb63183deae7901
parentdccff14efea4631d138ecee52b6159225d13d3dd
Allow to define particular stop character for autoboot

This would be useful for boards which share serial console with some
other device, like MCU, which may unintentionally interrupt boot process.

It is fast and simple solution, for future we should restore functionality
from original U-Boot code, with string stop sequences.
u-boot/common/main.c