commit | e66ac3f26aef131f5ca60350d25fba95f43acd0d | [log] [tgz] |
---|---|---|
author | Simon Horman <horms@verge.net.au> | Thu Sep 15 20:13:00 2011 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Oct 28 15:03:43 2011 +0900 |
tree | 480337b09468bb5e8d1660c218d04a1a63b940e3 | |
parent | d11584a0449f881181dc94dd697d3f3896c15c73 [diff] |
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 <horms@verge.net.au> Signed-off-by: Paul Mundt <lethal@linux-sh.org>