risc-v/bl602: fix _heap_start not word align
This commit is contained in:
parent
c82c7b6685
commit
f9997bdfb3
@ -168,6 +168,8 @@ SECTIONS
|
|||||||
*(COMMON)
|
*(COMMON)
|
||||||
} > ram_tcm
|
} > ram_tcm
|
||||||
|
|
||||||
|
. = ALIGN(4);
|
||||||
|
|
||||||
PROVIDE( _heap_start = . );
|
PROVIDE( _heap_start = . );
|
||||||
PROVIDE( _heap_size = ADDR(.stack) - _heap_start );
|
PROVIDE( _heap_size = ADDR(.stack) - _heap_start );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user