Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/boot/boot.S

    rb66cc97 r9d58539  
    2727#
    2828
    29 #include <abi/asmtool.h>
    3029#include <arch/asm/regname.h>
    3130#include <config.h>
     
    3332.section K_TEXT_START, "ax"
    3433
    35 SYMBOL(kernel_image_start)
     34.global kernel_image_start
     35kernel_image_start:
     36       
    3637        # load temporal kernel stack
    3738       
Note: See TracChangeset for help on using the changeset viewer.