ARM: dts: imx: Remove bootargs field
authorFabio Estevam <festevam@gmail.com>
Sun, 1 Apr 2012 16:54:13 +0000 (13:54 -0300)
committerShawn Guo <shawn.guo@linaro.org>
Fri, 11 May 2012 07:08:19 +0000 (15:08 +0800)
Remove bootargs field as this information is retrieved from the bootloader.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx51-babbage.dts
arch/arm/boot/dts/imx53-ard.dts
arch/arm/boot/dts/imx53-evk.dts
arch/arm/boot/dts/imx53-qsb.dts
arch/arm/boot/dts/imx53-smd.dts
arch/arm/boot/dts/imx6q-arm2.dts

index 9949e6060dee0e185ee865453aa70b83f312ebbb..fd729d459d9abe468d5359f657377de78df59e4b 100644 (file)
        model = "Freescale i.MX51 Babbage Board";
        compatible = "fsl,imx51-babbage", "fsl,imx51";
 
-       chosen {
-               bootargs = "console=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait";
-       };
-
        memory {
                reg = <0x90000000 0x20000000>;
        };
index 2dccce46ed81c7f2018423e7cc1231e8b2ff6df5..4c61b7f985781d162eb77a8cc5a9f91b50daba8c 100644 (file)
        model = "Freescale i.MX53 Automotive Reference Design Board";
        compatible = "fsl,imx53-ard", "fsl,imx53";
 
-       chosen {
-               bootargs = "console=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait";
-       };
-
        memory {
                reg = <0x70000000 0x40000000>;
        };
index 5bac4aa4800bfeb614cdc0e33f3385fb1f0c3833..8ce5fe14a226b98f1fcadc2eff5201c69e1eab83 100644 (file)
        model = "Freescale i.MX53 Evaluation Kit";
        compatible = "fsl,imx53-evk", "fsl,imx53";
 
-       chosen {
-               bootargs = "console=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait";
-       };
-
        memory {
                reg = <0x70000000 0x80000000>;
        };
index 5c57c8672c3634717328f554f35b99d477c8e690..de34a1740581f4d0290f278b6078cdcea7f828db 100644 (file)
        model = "Freescale i.MX53 Quick Start Board";
        compatible = "fsl,imx53-qsb", "fsl,imx53";
 
-       chosen {
-               bootargs = "console=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait";
-       };
-
        memory {
                reg = <0x70000000 0x40000000>;
        };
index c7ee86c2dfb530a7c77a38fc2826632b110e2e9b..a984fa508a0c9f27afe4ce5f66f65f4a80d31121 100644 (file)
        model = "Freescale i.MX53 Smart Mobile Reference Design Board";
        compatible = "fsl,imx53-smd", "fsl,imx53";
 
-       chosen {
-               bootargs = "console=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait";
-       };
-
        memory {
                reg = <0x70000000 0x40000000>;
        };
index ce1c8238c8975c6b84f72304f7ff8ae68dda8c88..1b2b64fd1205b61a17989cee24eb929ebe2f803e 100644 (file)
        model = "Freescale i.MX6 Quad Armadillo2 Board";
        compatible = "fsl,imx6q-arm2", "fsl,imx6q";
 
-       chosen {
-               bootargs = "console=ttymxc0,115200 root=/dev/mmcblk3p3 rootwait";
-       };
-
        memory {
                reg = <0x10000000 0x80000000>;
        };