Cédric Le Goater | 147c051 | 2014-04-24 09:23:39 +0200 | [diff] [blame] | 1 | #include "ppc_asm.h" |
2 | |||||
Cédric Le Goater | 2d9afb3 | 2014-04-24 09:23:38 +0200 | [diff] [blame] | 3 | .text |
4 | |||||
5 | .globl _zimage_start | ||||
6 | _zimage_start: | ||||
Cédric Le Goater | 147c051 | 2014-04-24 09:23:39 +0200 | [diff] [blame] | 7 | FIXUP_ENDIAN |
Cédric Le Goater | 2d9afb3 | 2014-04-24 09:23:38 +0200 | [diff] [blame] | 8 | b _zimage_start_lib |