This commit is contained in:
Conor Patrick
2018-06-26 23:02:15 -04:00
parent 35685a7cf4
commit 37d25dbe4d

View File

@@ -33,6 +33,12 @@ SECTIONS
.mem_section_dummy_rom :
{
}
.crypto_data :
{
PROVIDE(__start_crypto_data = .);
KEEP(*(SORT(.crypto_data*)))
PROVIDE(__stop_crypto_data = .);
} > FLASH
.log_const_data :
{
PROVIDE(__start_log_const_data = .);