commit | 6a77b7a8418741a270bc8c74406b935168c587dc | [log] [download] |
---|---|---|
author | Mohan Kumar M <mohan@in.ibm.com> | Fri Dec 12 03:31:38 2008 +0000 |
committer | Tony Breeds <tony@bakeyournoodle.com> | Thu Feb 12 10:43:56 2009 +1100 |
tree | a6cf82f3498e7c4a8d13512a5fbc10bc314ab887 | |
parent | 37578220a9120f0a7770b0c6c6eae046ce72fc93 [diff] |
Allow yaboot to load relocatable kernel PPC64 relocatable kernels (built with CONFIG_RELOCATABLE=y) have the type of ET_DYN. But yaboot code won't load the kernel if the ELF type is not ET_EXEC. Attached patch adds support to yaboot to load relocatable kernels also (ie load ET_DYN type also) Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com> Acked-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>