From: Simon Horman Date: Thu, 15 Sep 2011 11:13:00 +0000 (+0900) Subject: sh: kexec: Add PHYSICAL_START X-Git-Tag: v3.2-rc1~73^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e66ac3f26aef131f5ca60350d25fba95f43acd0d;p=pandora-kernel.git sh: kexec: Add PHYSICAL_START Add PHYSICAL_START kernel configuration parameter to set the address at which the kernel should be loaded. It has been observed on an sh7757lcr that simply modifying MEMORY_START does not achieve this goal for 32bit sh. This is due to MEMORY_OFFSET in arch/sh/kernel/vmlinux.lds.S bot being based on MEMORY_START on such systems. Signed-off-by: Simon Horman Signed-off-by: Paul Mundt --- Reading git-diff-tree failed