Changes in kernel/arch/ppc32/src/boot/boot.S [36df4109:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/boot/boot.S
r36df4109 r9d58539 27 27 # 28 28 29 #include <abi/asmtool.h>30 29 #include <arch/asm/regname.h> 31 30 #include <config.h> … … 33 32 .section K_TEXT_START, "ax" 34 33 35 SYMBOL(kernel_image_start) 34 .global kernel_image_start 35 kernel_image_start: 36 36 37 # load temporal kernel stack 37 38 … … 48 49 49 50 addis r3, r3, 0x8000 50 bl ppc32_pre_main51 bl arch_pre_main 51 52 b main_bsp 52 53
Note:
See TracChangeset
for help on using the changeset viewer.