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