summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorQais Yousef <qais.yousef@imgtec.com>2013-12-06 11:00:43 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2014-01-23 12:02:36 (GMT)
commit8bb5a8750836d93116204942e4603bc4a19fcd03 (patch)
treea89d686f7c569f1c98c2781b697d8da838efafad /arch/mips
parent44327236c3bfb83e3b4ce36e2a0d61569bb19330 (diff)
downloadlinux-8bb5a8750836d93116204942e4603bc4a19fcd03.tar.xz
MIPS: sead3: remove chosen node
The defaults are not always applicable and it makes it hard for the bootloader to override them. By removing it we give the bootloader full control over what command line parameters to pass. Without this change we will need to modify the built-in dtb to add bootloader cmd line parameters or do some work to append them after we unflatten the device tree. Sead3 is a development board, that's why we want to be able to change boot parameters on the fly from the bootloader. Signed-off-by: Qais Yousef <qais.yousef@imgtec.com> Reviewed-by: Paul Burton <paul.burton@imgtec.com> Reviewed-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6208/
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/mti-sead3/sead3.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/mti-sead3/sead3.dts b/arch/mips/mti-sead3/sead3.dts
index 658f437..e4b317d 100644
--- a/arch/mips/mti-sead3/sead3.dts
+++ b/arch/mips/mti-sead3/sead3.dts
@@ -15,10 +15,6 @@
};
};
- chosen {
- bootargs = "console=ttyS1,38400 rootdelay=10 root=/dev/sda3";
- };
-
memory {
device_type = "memory";
reg = <0x0 0x08000000>;