9
0
Fork 0

at91sam9m10g45ek: enable kernel console over framebuffer

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2012-04-07 05:15:00 +02:00 committed by Sascha Hauer
parent d36918adbc
commit f151e54855
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ rootfs_mtdblock_nand=5
autoboot_timeout=3
bootargs="console=ttyS0,115200"
bootargs="console=ttyS0,115200 console=tty0"
# set a fancy prompt (if support is compiled in)
PS1="\e[1;32mbarebox@\e[1;31m\h:\w\e[0m "