lauv-aux-rpi/cfg: change dev of console.

This commit is contained in:
Pedro Gonçalves 2017-03-30 12:54:57 +01:00
parent eee43266c8
commit e5f7d6bfdd

View File

@ -497,7 +497,7 @@ CONFIG_USE_OF=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
# CONFIG_ARM_APPENDED_DTB is not set
CONFIG_CMDLINE="console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 rootfstype=ext4 rootwait"
CONFIG_CMDLINE="console=tty1 kgdboc=tty1 root=/dev/mmcblk0p2 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 rootfstype=ext4 rootwait"
# CONFIG_XIP_KERNEL is not set
# CONFIG_CRASH_DUMP is not set
# CONFIG_AUTO_ZRELADDR is not set