From: Grant Likely Date: Thu, 28 Apr 2011 20:27:20 +0000 (-0600) Subject: arm/dt: Allow CONFIG_OF on ARM X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c36bdc4788e50184d678023baf90f5e1b079db02;p=pandora-kernel.git arm/dt: Allow CONFIG_OF on ARM Add some basic empty infrastructure for DT support on ARM. v5: - Fix off-by-one error in size calculation of initrd - Stop mucking with cmd_line, and load command line from dt into boot_command_line instead which matches the behaviour of ATAGS booting v3: - moved cmd_line export and initrd setup to this patch to make the series bisectable. - switched to alloc_bootmem_align() for allocation when unflattening the device tree. memblock_alloc() was not the right interface. Signed-off-by: Jeremy Kerr Tested-by: Tony Lindgren Signed-off-by: Grant Likely --- Reading git-diff-tree failed