Skip to content
Snippets Groups Projects
Commit 50cea244 authored by Alexandre Pereira da Silva's avatar Alexandre Pereira da Silva Committed by Stefano Babic
Browse files

mx23_olinuxino: Fix netboot console


The netargs variable was referencing the non-existing variable
console_mainline. Change that to console variable instead.

Signed-off-by: default avatarAlexandre Pereira da Silva <aletes.xgr@gmail.com>
Acked-by: default avatarOtavio Salvador <otavio@ossystems.com.br>
parent aad4659a
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@
"else " \
"bootm; " \
"fi;\0" \
"netargs=setenv bootargs console=${console_mainline},${baudrate} " \
"netargs=setenv bootargs console=${console},${baudrate} " \
"root=/dev/nfs " \
"ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
"netboot=echo Booting from net ...; " \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment