From 60ee143c3b8ef4b8f580a37a11a1b6e6615be2dd Mon Sep 17 00:00:00 2001 From: Renz Bagaporo Date: Thu, 11 Mar 2021 12:04:40 +0800 Subject: [PATCH] tools: fix ldgen_test fragment file KEEP --- tools/test_apps/build_system/ldgen_test/main/linker.lf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_apps/build_system/ldgen_test/main/linker.lf b/tools/test_apps/build_system/ldgen_test/main/linker.lf index 6b9d0e32c2..ca51283c1b 100644 --- a/tools/test_apps/build_system/ldgen_test/main/linker.lf +++ b/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)