浏览代码

tools: fix ldgen_test fragment file KEEP

Renz Bagaporo 5 年之前
父节点
当前提交
60ee143c3b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/test_apps/build_system/ldgen_test/main/linker.lf

+ 1 - 1
tools/test_apps/build_system/ldgen_test/main/linker.lf

@@ -4,5 +4,5 @@ entries:
     * (noflash)
     src1 (default)
     src1:func1 (noflash);
-        text->iram0_text KEEP ALIGN(9) ALIGN(12, post) SURROUND(sym1)
+        text->iram0_text KEEP() ALIGN(9) ALIGN(12, post) SURROUND(sym1)
     src1:func2 (rtc)