diff options
Diffstat (limited to 'arch/powerpc/boot/crt0.S')
-rw-r--r-- | arch/powerpc/boot/crt0.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/crt0.S b/arch/powerpc/boot/crt0.S index 3dc8d8f78499..25ad7453531a 100644 --- a/arch/powerpc/boot/crt0.S +++ b/arch/powerpc/boot/crt0.S | |||
@@ -19,6 +19,8 @@ _zimage_start_opd: | |||
19 | .weak _zimage_start | 19 | .weak _zimage_start |
20 | .globl _zimage_start | 20 | .globl _zimage_start |
21 | _zimage_start: | 21 | _zimage_start: |
22 | .globl _zimage_start_lib | ||
23 | _zimage_start_lib: | ||
22 | /* Work out the offset between the address we were linked at | 24 | /* Work out the offset between the address we were linked at |
23 | and the address where we're running. */ | 25 | and the address where we're running. */ |
24 | bl 1f | 26 | bl 1f |