parent
23786ee481
commit
50e1f6327d
|
@ -13,8 +13,10 @@
|
||||||
#include <encoding.h>
|
#include <encoding.h>
|
||||||
#include <cpuport.h>
|
#include <cpuport.h>
|
||||||
|
|
||||||
boot_hartid: .int
|
.data
|
||||||
.global boot_hartid
|
.global boot_hartid /* global varible rt_boot_hartid in .data section */
|
||||||
|
boot_hartid:
|
||||||
|
.word 0xdeadbeef
|
||||||
|
|
||||||
.global _start
|
.global _start
|
||||||
.section ".start", "ax"
|
.section ".start", "ax"
|
||||||
|
|
Loading…
Reference in New Issue