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>
6 lines
66 B
ArmAsm
6 lines
66 B
ArmAsm
.text
|
|
|
|
.globl _zimage_start
|
|
_zimage_start:
|
|
b _zimage_start_lib
|