commit | 90d1d44e0de0ec833634667bc1827303b2e1645e | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Wed Feb 11 12:55:44 2015 +0800 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Mar 16 18:58:32 2015 +1100 |
tree | 175d37a87794bf4fa7abbb1d055cc1647f5dbef4 | |
parent | 6c87b2202f5414be3acae9df2e1833e8b46c5688 [diff] |
powerpc/boot/wrapper: use the pseries wrapper for zImage.epapr We'll likely be entering the zImage.epapr as BE, so include the pseries implementation of _zimage_start, which adds the endian fixup magic. Although the endian fixup won't work on Book III-E machines starting LE, the current entry point doesn't support LE anyway, so we shouldn't be breaking anything. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>