diff options
author | Fabio Estevam <festevam@gmail.com> | 2012-04-01 13:54:13 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-11 15:08:19 +0800 |
commit | 4592a96591f1659d910b46101d3f425263cfb0df (patch) | |
tree | b51c71783465c8af249a54a81383c9e3d10f9417 /arch/arm/boot/dts/imx53-smd.dts | |
parent | a1e327e683ef4adbb74fbe56b5ca29a89f53088e (diff) | |
download | blackbird-obmc-linux-4592a96591f1659d910b46101d3f425263cfb0df.tar.gz blackbird-obmc-linux-4592a96591f1659d910b46101d3f425263cfb0df.zip |
ARM: dts: imx: Remove bootargs field
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>
Diffstat (limited to 'arch/arm/boot/dts/imx53-smd.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-smd.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx53-smd.dts b/arch/arm/boot/dts/imx53-smd.dts index c7ee86c2dfb5..a984fa508a0c 100644 --- a/arch/arm/boot/dts/imx53-smd.dts +++ b/arch/arm/boot/dts/imx53-smd.dts @@ -17,10 +17,6 @@ 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>; }; |