Changes in kernel/arch/ppc32/src/boot/boot.S [9d58539:b66cc97] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/boot/boot.S
r9d58539 rb66cc97 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
Note:
See TracChangeset
for help on using the changeset viewer.