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 00000000000..8e14cd9e1a5 --- /dev/null +++ b/arch/powerpc/boot/fixed-head.S @@ -0,0 +1,4 @@ + .text + .global _zimage_start +_zimage_start: + b _zimage_start_lib |