Resolve including directory issue in GCC linker script for Ameba

Should not make assumption of specific directory when include .h from
linker script
pull/4665/head
Yuguo Zou 2017-09-05 19:11:38 +08:00
parent c834b7faac
commit 67f1ee5343
1 changed files with 1 additions and 1 deletions

View File

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