summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra-seaboard.dts
diff options
context:
space:
mode:
authorStephen Warren2011-11-21 22:44:08 +0100
committerOlof Johansson2011-12-08 05:48:03 +0100
commit492f204da87ccfef508d5fff63873bda37d4363b (patch)
treee22ea601d587ce638899289cc586fc96cbf1de2f /arch/arm/boot/dts/tegra-seaboard.dts
parentarm/dt: tegra: Remove /memreserve/ from device-tree files (diff)
downloadkernel-qcow2-linux-492f204da87ccfef508d5fff63873bda37d4363b.tar.gz
kernel-qcow2-linux-492f204da87ccfef508d5fff63873bda37d4363b.tar.xz
kernel-qcow2-linux-492f204da87ccfef508d5fff63873bda37d4363b.zip
arm/dt: tegra: Remove /chosen node
The command-lines present in the existing /chosen node are not necessarily correct for all users. Ideally, we should simply use the command-line supplied by the boot-loader. In fact, using the boot-loader's cmdline is quite easy; either the bootloader fully supports DT, in which case it can modify the DT passed to the kernel to include its command-line, or CONFIG_APPENDED_DTB can be used in conjunction with CONFIG_ARM_ATAG_DTB_COMPAT, and the kernel will substitute the bootloader's command-line into the DT. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/tegra-seaboard.dts')
-rw-r--r--arch/arm/boot/dts/tegra-seaboard.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts
index 60724e4183b4..d1ada26b7b90 100644
--- a/arch/arm/boot/dts/tegra-seaboard.dts
+++ b/arch/arm/boot/dts/tegra-seaboard.dts
@@ -6,10 +6,6 @@
model = "NVIDIA Seaboard";
compatible = "nvidia,seaboard", "nvidia,tegra20";
- chosen {
- bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/mmcblk1p3 rw rootwait";
- };
-
memory {
device_type = "memory";
reg = < 0x00000000 0x40000000 >;