uboot distro: pass extra console

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/62/head
Robert Nelson 9 years ago
parent 5321989ce9
commit e5bd1a89d9

@ -39,8 +39,12 @@ for i in 1 2 3 4 5 6 7 ; do
fi;
if test -n ${console}; then
echo Using: [console=${console}] ...;
else
echo Warning: [console] is not defined...;
if test -n ${backup_serial_console}; then
setenv console ${backup_serial_console}
echo Using: [console=${backup_serial_console}] ...;
fi ;
fi ;

Binary file not shown.
Loading…
Cancel
Save