diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2018-02-13 12:19:29 +0100 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2018-02-13 13:17:26 +0100 |
commit | 0f063f8ac70943ff1f383c9bd05d1792730fe614 (patch) | |
tree | adacc32afc008e7559b8607ca6c9a7051f5c4556 /target/linux/brcm63xx/dts/nb4-fxc-r1.dts | |
parent | ca32373c951c651f4fe5d8f99ddeb8d4f20bbe3e (diff) | |
download | upstream-0f063f8ac70943ff1f383c9bd05d1792730fe614.tar.gz upstream-0f063f8ac70943ff1f383c9bd05d1792730fe614.tar.bz2 upstream-0f063f8ac70943ff1f383c9bd05d1792730fe614.zip |
brcm63xx: drop root parameter from cmdline
The root= parameter overrides the automatic rootfs detection by partition
name, so drop it. Fixes boot from flash after renumeration changes of
partitions due to parser changes.
Fixes FS#1350.
Fixes: a27d59bb4274 ("brcm63xx: switch to new partition layout specification")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/dts/nb4-fxc-r1.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/nb4-fxc-r1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/dts/nb4-fxc-r1.dts b/target/linux/brcm63xx/dts/nb4-fxc-r1.dts index eba4b206fe..4874bc1523 100644 --- a/target/linux/brcm63xx/dts/nb4-fxc-r1.dts +++ b/target/linux/brcm63xx/dts/nb4-fxc-r1.dts @@ -9,7 +9,7 @@ compatible = "sfr,nb4-fxc-r1", "brcm,bcm6358"; chosen { - bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; + bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; stdout-path = "serial0:115200n8"; }; |