bugfix: fix SOC_ROM_STACK_START defines

This commit is contained in:
wuzhenghui
2022-07-05 14:30:26 +08:00
parent 21a4eda4d4
commit 31183270fb

View File

@@ -201,7 +201,7 @@
#define SOC_DEBUG_HIGH 0x28000000 #define SOC_DEBUG_HIGH 0x28000000
// Start (highest address) of ROM boot stack, only relevant during early boot // Start (highest address) of ROM boot stack, only relevant during early boot
#define SOC_ROM_STACK_START 0x3fcebf10 #define SOC_ROM_STACK_START 0x3fcdeb70
#define SOC_ROM_STACK_SIZE 0x2000 #define SOC_ROM_STACK_SIZE 0x2000
//On RISC-V CPUs, the interrupt sources are all external interrupts, whose type, source and priority are configured by SW. //On RISC-V CPUs, the interrupt sources are all external interrupts, whose type, source and priority are configured by SW.