Ignore:
File:
1 edited

Legend:

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

    r9d58539 r36df4109  
    2727#
    2828
     29#include <abi/asmtool.h>
    2930#include <arch/asm/regname.h>
    3031#include <config.h>
     
    3233.section K_TEXT_START, "ax"
    3334
    34 .global kernel_image_start
    35 kernel_image_start:
    36        
     35SYMBOL(kernel_image_start)
    3736        # load temporal kernel stack
    3837       
     
    4948       
    5049        addis r3, r3, 0x8000
    51         bl arch_pre_main
     50        bl ppc32_pre_main
    5251        b main_bsp
    5352
Note: See TracChangeset for help on using the changeset viewer.