Skip to content

Commit 936d742

Browse files
committed
builder:rda8910:remove platform_init symbol define
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent fa8838c commit 936d742

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

builder/framework/rda8910/arduino.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ def gen_pac_file(target, source, env):
181181
"-nostartfiles",
182182
"-nodefaultlibs",
183183
"-u", "main",
184-
"-Wl,--defsym,platform_init=platform_%s_init" % board.get("build.variant")
185184
],
186185

187186
LIBS=["logicrom4g", "c", "gcc", "m", "stdc++"],

builder/framework/rda8910/logicromsdk.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ def gen_pac_file(target, source, env):
168168
"-nostdlib",
169169
"-nostartfiles",
170170
"-nodefaultlibs",
171-
"-Wl,--defsym,platform_init=platform_%s_init" % board.get("build.variant")
172171
],
173172

174173
LIBS=["logicrom4g", "c", "gcc", "m"],

0 commit comments

Comments
 (0)