projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed1f58
)
ARM: at91/dts: remove partial parameter in at91sam9g25ek.dts
author
Bo Shen
<
[email protected]
>
Fri, 17 Aug 2012 08:23:56 +0000
(16:23 +0800)
committer
Nicolas Ferre
<
[email protected]
>
Thu, 23 Aug 2012 13:00:10 +0000
(15:00 +0200)
Remove the malformed "mem=" bootargs parameter in at91sam9g25ek.dts
Signed-off-by: Bo Shen <
[email protected]
>
Signed-off-by: Nicolas Ferre <
[email protected]
>
arch/arm/boot/dts/at91sam9g25ek.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/at91sam9g25ek.dts
b/arch/arm/boot/dts/at91sam9g25ek.dts
index 7829a4d0cb22e2b4c010def2ca689e46c7682044..96514c134e54bafd1540c5f55524411b09f1e7a8 100644
(file)
--- a/
arch/arm/boot/dts/at91sam9g25ek.dts
+++ b/
arch/arm/boot/dts/at91sam9g25ek.dts
@@
-15,7
+15,7
@@
compatible = "atmel,at91sam9g25ek", "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 {