android_kernel_samsung_sm8650/arch/powerpc/boot/pseries-head.S
Cédric Le Goater 2d9afb369b powerpc/boot: Add a global entry point for pseries
When entering the boot wrapper in little endian, we will need to fix
the endian order using a fixup trampoline like in the kernel. This
patch overrides the _zimage_start entry point for this purpose.

Signed-off-by: Cédric Le Goater <clg@fr.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2014-04-28 17:36:17 +10:00

6 lines
66 B
ArmAsm

.text
.globl _zimage_start
_zimage_start:
b _zimage_start_lib