mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
risc-v/bl602: fix _heap_start not word align
This commit is contained in:
@@ -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 );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user