add
This commit is contained in:
@@ -33,6 +33,12 @@ SECTIONS
|
|||||||
.mem_section_dummy_rom :
|
.mem_section_dummy_rom :
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
.crypto_data :
|
||||||
|
{
|
||||||
|
PROVIDE(__start_crypto_data = .);
|
||||||
|
KEEP(*(SORT(.crypto_data*)))
|
||||||
|
PROVIDE(__stop_crypto_data = .);
|
||||||
|
} > FLASH
|
||||||
.log_const_data :
|
.log_const_data :
|
||||||
{
|
{
|
||||||
PROVIDE(__start_log_const_data = .);
|
PROVIDE(__start_log_const_data = .);
|
||||||
|
Reference in New Issue
Block a user