Commit 4592a965 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: imx: Remove bootargs field

Remove bootargs field as this information is retrieved from the bootloader.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent a1e327e6
...@@ -17,10 +17,6 @@ / { ...@@ -17,10 +17,6 @@ / {
model = "Freescale i.MX51 Babbage Board"; model = "Freescale i.MX51 Babbage Board";
compatible = "fsl,imx51-babbage", "fsl,imx51"; compatible = "fsl,imx51-babbage", "fsl,imx51";
chosen {
bootargs = "console=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait";
};
memory { memory {
reg = <0x90000000 0x20000000>; reg = <0x90000000 0x20000000>;
}; };
......
...@@ -17,10 +17,6 @@ / { ...@@ -17,10 +17,6 @@ / {
model = "Freescale i.MX53 Automotive Reference Design Board"; model = "Freescale i.MX53 Automotive Reference Design Board";
compatible = "fsl,imx53-ard", "fsl,imx53"; compatible = "fsl,imx53-ard", "fsl,imx53";
chosen {
bootargs = "console=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait";
};
memory { memory {
reg = <0x70000000 0x40000000>; reg = <0x70000000 0x40000000>;
}; };
......
...@@ -17,10 +17,6 @@ / { ...@@ -17,10 +17,6 @@ / {
model = "Freescale i.MX53 Evaluation Kit"; model = "Freescale i.MX53 Evaluation Kit";
compatible = "fsl,imx53-evk", "fsl,imx53"; compatible = "fsl,imx53-evk", "fsl,imx53";
chosen {
bootargs = "console=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait";
};
memory { memory {
reg = <0x70000000 0x80000000>; reg = <0x70000000 0x80000000>;
}; };
......
...@@ -17,10 +17,6 @@ / { ...@@ -17,10 +17,6 @@ / {
model = "Freescale i.MX53 Quick Start Board"; model = "Freescale i.MX53 Quick Start Board";
compatible = "fsl,imx53-qsb", "fsl,imx53"; compatible = "fsl,imx53-qsb", "fsl,imx53";
chosen {
bootargs = "console=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait";
};
memory { memory {
reg = <0x70000000 0x40000000>; reg = <0x70000000 0x40000000>;
}; };
......
...@@ -17,10 +17,6 @@ / { ...@@ -17,10 +17,6 @@ / {
model = "Freescale i.MX53 Smart Mobile Reference Design Board"; model = "Freescale i.MX53 Smart Mobile Reference Design Board";
compatible = "fsl,imx53-smd", "fsl,imx53"; compatible = "fsl,imx53-smd", "fsl,imx53";
chosen {
bootargs = "console=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait";
};
memory { memory {
reg = <0x70000000 0x40000000>; reg = <0x70000000 0x40000000>;
}; };
......
...@@ -17,10 +17,6 @@ / { ...@@ -17,10 +17,6 @@ / {
model = "Freescale i.MX6 Quad Armadillo2 Board"; model = "Freescale i.MX6 Quad Armadillo2 Board";
compatible = "fsl,imx6q-arm2", "fsl,imx6q"; compatible = "fsl,imx6q-arm2", "fsl,imx6q";
chosen {
bootargs = "console=ttymxc0,115200 root=/dev/mmcblk3p3 rootwait";
};
memory { memory {
reg = <0x10000000 0x80000000>; reg = <0x10000000 0x80000000>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment