]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx23_olinuxino: Fix netboot console
authorAlexandre Pereira da Silva <aletes.xgr@gmail.com>
Mon, 25 Mar 2013 18:23:45 +0000 (18:23 +0000)
committerStefano Babic <sbabic@denx.de>
Wed, 3 Apr 2013 09:28:40 +0000 (11:28 +0200)
The netargs variable was referencing the non-existing variable
console_mainline. Change that to console variable instead.

Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/mx23_olinuxino.h

index 2ace10d3029dffa48f84dae5013926425b9344d6..38ad7f4d8f6524735793af6644711dd616fe1c3d 100644 (file)
                "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 ...; " \