import/Make.defs: use _start entry name

This reverts `_start` entry name to fix issue#17443 together with
nuttx side pull#17450.

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
Yanfeng Liu 2025-12-08 19:41:44 +08:00 committed by Xiang Xiao
parent cfff7f5a22
commit aa3320fab4

View file

@ -97,7 +97,7 @@ endif
ifeq ($(CONFIG_BINFMT_ELF_RELOCATABLE),y)
LDELFFLAGS += -r
endif
LDELFFLAGS += -e __start -Bstatic
LDELFFLAGS += -e _start -Bstatic
# Remove other ld scripts, just use import ld scripts
#