function name change in init.c

- bsp_boot_init to init_primary_cpu
- bsp_boot_post to init_primary_cpu_post

Tracked-On: #1842
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
Jason Chen CJ
2018-12-18 09:55:48 +08:00
committed by wenlingz
parent 5968da4635
commit 689c1c28c5
3 changed files with 5 additions and 5 deletions

View File

@@ -162,7 +162,7 @@ after:
mov %eax,%gs // Was 32bit POC CLS
/* continue with chipset level initialization */
call bsp_boot_init
call init_primary_cpu
loop:
jmp loop