From: David Gibson Date: Wed, 13 Jun 2007 04:53:00 +0000 (+1000) Subject: [POWERPC] Don't store a command line in the Holly device tree X-Git-Tag: v2.6.23-rc1~767^2^2~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e60c526fba3ba77070d0c97fac52c86243ad694d;p=pandora-kernel.git [POWERPC] Don't store a command line in the Holly device tree Currently, the Holly device tree includes a bootargs property in /chosen, which gives a commandline. This is somewhat inconvenient, because it means an alternative default command line can't be given in the kernel config - the value obtained from the dts via the bootwrapper will always override CONFIG_CMDLINE. This removes the command line from the dts, and instead puts the same command line as a default in holly_defconfig. Signed-off-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed