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