mirror of https://github.com/ARMmbed/mbed-os.git
Commit to fix the Online compiler issue for ARM mbed-os on REALTEK_RTL8195AM
parent
af9e07357a
commit
f71de8a0d7
|
|
@ -13,8 +13,8 @@
|
|||
LR_IRAM 0x10007000 (0x70000 - 0x7000) {
|
||||
|
||||
IMAGE2_TABLE 0x10007000 FIXED {
|
||||
*rtl8195a_init.o(.image2.ram.data*, +FIRST)
|
||||
*rtl8195a_init.o(.image2.validate.rodata*)
|
||||
*rtl8195a_init*.o(.image2.ram.data*, +FIRST)
|
||||
*rtl8195a_init*.o(.image2.validate.rodata*)
|
||||
}
|
||||
|
||||
ER_IRAM +0 FIXED {
|
||||
|
|
@ -25,14 +25,14 @@ LR_IRAM 0x10007000 (0x70000 - 0x7000) {
|
|||
}
|
||||
|
||||
RW_IRAM1 +0 UNINIT FIXED {
|
||||
*rtl8195a_crypto.o(+RW)
|
||||
*rtl8195a_crypto*.o(+RW)
|
||||
*libc.a (+RW)
|
||||
*(.sdram.data*)
|
||||
*lib_peripheral_mbed_arm.ar (+RW)
|
||||
}
|
||||
|
||||
RW_IRAM2 +0 UNINIT FIXED {
|
||||
*rtl8195a_crypto.o(+ZI, COMMON)
|
||||
*rtl8195a_crypto*.o(+ZI, COMMON)
|
||||
*libc.a (+ZI, COMMON)
|
||||
*(.bss.thread_stack_main)
|
||||
*lib_peripheral_mbed_arm.ar (+ZI, COMMON)
|
||||
|
|
@ -44,8 +44,8 @@ LR_IRAM 0x10007000 (0x70000 - 0x7000) {
|
|||
|
||||
LR_TCM 0x1FFF0000 0x10000 {
|
||||
TCM_OVERLAY 0x1FFF0000 0x10000 {
|
||||
*lwip_mem.o(.bss*)
|
||||
*lwip_memp.o(.bss*)
|
||||
*lwip_mem*.o(.bss*)
|
||||
*lwip_memp*.o(.bss*)
|
||||
*.o(.tcm.heap*)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue