OSDN Git Service

ARM: at91: remove partial parameter in bootargs for at91sam9x5ek.dtsi
authorNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 22 Mar 2013 11:32:09 +0000 (12:32 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 26 Mar 2013 11:27:35 +0000 (12:27 +0100)
Remove the malformed "mem=" bootargs parameter in at91sam9x5ek.dtsi

Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: stable <stable@vger.kernel.org> # 3.8+
arch/arm/boot/dts/at91sam9x5ek.dtsi

index 1128565..9e292db 100644 (file)
@@ -13,7 +13,7 @@
        compatible = "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
 
        chosen {
-               bootargs = "128M console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=ubifs ubi.mtd=1 root=ubi0:rootfs";
+               bootargs = "console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=ubifs ubi.mtd=1 root=ubi0:rootfs";
        };
 
        ahb {