diff options
Diffstat (limited to 'arch/powerpc/boot/fixed-head.S')
-rw-r--r-- | arch/powerpc/boot/fixed-head.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/fixed-head.S b/arch/powerpc/boot/fixed-head.S new file mode 100644 index 000000000000..8e14cd9e1a54 --- /dev/null +++ b/arch/powerpc/boot/fixed-head.S | |||
@@ -0,0 +1,4 @@ | |||
1 | .text | ||
2 | .global _zimage_start | ||
3 | _zimage_start: | ||
4 | b _zimage_start_lib | ||