diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2016-06-27 15:59:00 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-27 15:59:00 +0200 |
commit | 0a0b7425da48067c7ac613026f54659bb084d37c (patch) | |
tree | e91c2b2c192875e962164634926c682d57c4540d /target/linux/brcm63xx/dts/fast2704n.dts | |
parent | 1f6462e7784bc173c2367db26ee866b2c8c31c08 (diff) | |
download | master-187ad058-0a0b7425da48067c7ac613026f54659bb084d37c.tar.gz master-187ad058-0a0b7425da48067c7ac613026f54659bb084d37c.tar.bz2 master-187ad058-0a0b7425da48067c7ac613026f54659bb084d37c.zip |
brcm63xx: move the bootargs into the dtb files
Instead of using a fixed commandline, allow one per device.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/dts/fast2704n.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/fast2704n.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/fast2704n.dts b/target/linux/brcm63xx/dts/fast2704n.dts index 232d4d1c8e..8756ca0a0f 100644 --- a/target/linux/brcm63xx/dts/fast2704n.dts +++ b/target/linux/brcm63xx/dts/fast2704n.dts @@ -8,6 +8,10 @@ model = "Sagem F@ST2704N"; compatible = "sagem,f@st2704n", "brcm,bcm6318"; + chosen { + bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; + }; + gpio-keys-polled { compatible = "gpio-keys-polled"; #address-cells = <1>; |