kernel/arch/arm/boot/dts/exynos4412-trats2.dts
.. .. @@ -18,10 +18,11 @@ 18 18 19 19 memory@40000000 { 20 20 device_type = "memory"; 21 - reg = <0x40000000 0x40000000>;21 + reg = <0x40000000 0x40000000>;22 22 }; 23 23 24 24 chosen { 25 - bootargs = "console=ttySAC2,115200N8 root=/dev/mmcblk0p5 rootwait earlyprintk panic=5";25 + bootargs = "root=/dev/mmcblk0p5 rootwait earlyprintk panic=5";26 + stdout-path = "serial2:115200n8";26 27 }; 27 28 };