ARM: dts: add bootargs for odroid XU3
authorJoonyoung Shim <jy0922.shim@samsung.com>
Mon, 5 Jan 2015 05:29:07 +0000 (14:29 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:49:47 +0000 (13:49 +0900)
Add to use bootargs of dtb.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
arch/arm/boot/dts/exynos5422-odroidxu3.dts

index edc25cf..40c6c24 100644 (file)
@@ -22,6 +22,7 @@
        };
 
        chosen {
+               bootargs = "console=ttySAC2,115200N8 root=/dev/mmcblk0p2 rootwait";
                linux,stdout-path = &serial_2;
        };