mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
risc-v/bl602: fix _heap_start not word align
This commit is contained in:
@@ -168,6 +168,8 @@ SECTIONS
|
||||
*(COMMON)
|
||||
} > ram_tcm
|
||||
|
||||
. = ALIGN(4);
|
||||
|
||||
PROVIDE( _heap_start = . );
|
||||
PROVIDE( _heap_size = ADDR(.stack) - _heap_start );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user