Fix linker script for NRF52840/ARM

pull/7505/head
Naveen Kaje 2018-07-12 12:03:25 -05:00
parent f4c936f455
commit 192eb28814
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ LR_IROM1 MBED_APP_START MBED_APP_SIZE {
.ANY (+RO)
}
RW_IRAM0 MBED_RAM0_START UNINIT MBED_RAM0_SIZE { ;no init section
*(*noinit)
*(*nvictable)
}
RW_IRAM1 MBED_RAM1_START MBED_RAM1_SIZE {
.ANY (+RW +ZI)