This is a note to let you know that I've just added the patch titled

    ARM: at91: remove partial parameter in bootargs for

to the 3.9-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-at91-remove-partial-parameter-in-bootargs-for.patch
and it can be found in the queue-3.9 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From b090e5f68c0353534880b95ea0df56b8c0230b8c Mon Sep 17 00:00:00 2001
From: Nicolas Ferre <[email protected]>
Date: Fri, 22 Mar 2013 12:32:09 +0100
Subject: ARM: at91: remove partial parameter in bootargs for
 at91sam9x5ek.dtsi

From: Nicolas Ferre <[email protected]>

commit b090e5f68c0353534880b95ea0df56b8c0230b8c upstream.

Remove the malformed "mem=" bootargs parameter in at91sam9x5ek.dtsi

Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
Signed-off-by: Nicolas Ferre <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 arch/arm/boot/dts/at91sam9x5ek.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/arch/arm/boot/dts/at91sam9x5ek.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5ek.dtsi
@@ -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 {


Patches currently in stable-queue which might be from [email protected] 
are

queue-3.9/arm-at91-remove-partial-parameter-in-bootargs-for.patch
queue-3.9/arm-at91-at91sam9260.dtsi-fix-u-s-art-pinctrl-encoding.patch
queue-3.9/arm-at91-trivial-typos-in-compatible-property.patch
queue-3.9/arm-at91-fix-typo-in-restart-code-panic-message.patch
queue-3.9/arm-at91-trivial-fix-model-name-for-sam9g15-ek.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to