From: Stephen Warren Date: Mon, 21 Nov 2011 21:44:08 +0000 (-0700) Subject: arm/dt: tegra: Remove /chosen node X-Git-Tag: v3.3-rc1~141^2~2^3^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=492f204da87ccfef508d5fff63873bda37d4363b;p=pandora-kernel.git 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 Signed-off-by: Olof Johansson --- Reading git-diff-tree failed