From 1ec22e170da0c0b7f9e2cc8b8a368fcb52ba8a30 Mon Sep 17 00:00:00 2001 From: Zubair Lutfullah Kakakhel Date: Fri, 8 Aug 2014 16:10:13 +0100 Subject: [PATCH] dt: update bootargs to boot from mmc 3.16 doesn't take bootargs from u-boot. But from dt. Patch adds root=/dev/mmcblk0p1 rootwait to ci20.dts to boot from mmc Signed-off-by: Zubair Lutfullah Kakakhel --- arch/mips/jz4780/dts/ci20.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/jz4780/dts/ci20.dts b/arch/mips/jz4780/dts/ci20.dts index 7cdc970ce87a42..d0c9a364fea618 100644 --- a/arch/mips/jz4780/dts/ci20.dts +++ b/arch/mips/jz4780/dts/ci20.dts @@ -30,7 +30,7 @@ compatible = "img,ci20"; chosen { - bootargs = "console=ttyS0,115200 clk_ignore_unused"; + bootargs = "console=ttyS0,115200 clk_ignore_unused root=/dev/mmcblk0p1 rootwait"; }; memory {