1#include "ppc_asm.h"
2
3	.text
4
5	.globl _zimage_start
6_zimage_start:
7	FIXUP_ENDIAN
8	b _zimage_start_lib
9