Skip to content

Commit 67f1ee5

Browse files
committed
Resolve including directory issue in GCC linker script for Ameba
Should not make assumption of specific directory when include .h from linker script
1 parent c834b7f commit 67f1ee5

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/TOOLCHAIN_GCC_ARM

1 file changed

+1
-1
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/TOOLCHAIN_GCC_ARM/rtl8195a.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
INCLUDE "mbed-os/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/TOOLCHAIN_GCC_ARM/rtl8195a_rom.h"
17+
INCLUDE "rtl8195a_rom.h"
1818
/* DATA_RAM: We cannot put Code(.text) in DATA_RAM, this region is reserved for Image1(boot loader).
1919
But we can put .data/.bss of Image2 in this region */
2020
MEMORY

0 commit comments

Comments
 (0)