arm/dt: tegra: Remove /chosen node
commit492f204da87ccfef508d5fff63873bda37d4363b
authorStephen Warren <swarren@nvidia.com>
Mon, 21 Nov 2011 21:44:08 +0000 (21 14:44 -0700)
committerOlof Johansson <olof@lixom.net>
Thu, 8 Dec 2011 04:48:03 +0000 (7 20:48 -0800)
treee22ea601d587ce638899289cc586fc96cbf1de2f
parent5a85426506d7593695380dddd92f01f79b2bca4e
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>
arch/arm/boot/dts/tegra-harmony.dts
arch/arm/boot/dts/tegra-paz00.dts
arch/arm/boot/dts/tegra-seaboard.dts
arch/arm/boot/dts/tegra-trimslice.dts
arch/arm/boot/dts/tegra-ventana.dts