use _data_loadaddr instead of _etext
this change was done in master in [1] and just merged here.
[1] 74cd991e7e
This commit is contained in:
@@ -57,6 +57,7 @@ SECTIONS
|
||||
. = ALIGN(4);
|
||||
_ebss = .;
|
||||
} >ram AT >rom
|
||||
_data_loadaddr = LOADADDR(.data);
|
||||
|
||||
/*
|
||||
* The .eh_frame section appears to be used for C++ exception handling.
|
||||
|
||||
Reference in New Issue
Block a user