添加oem解析相关 注释

This commit is contained in:
2024-10-25 19:37:32 +08:00
parent 0e2871e95d
commit 1a60d3f171
7 changed files with 148 additions and 16 deletions

View File

@@ -358,6 +358,7 @@ if [ "x${CHIP_VER_UPPER}" == "x3" ]; then
fi
# 这个部分的代码用于 给各个img.bin生成img_header
# 虽然配置文件中给每个部分得img都添加了配置 但ah中只会对fw部分的img添加img_header
if [ "x${CORE_TYPE_UPPER}" == "xAMPPLC" ]; then
# add run addr
# 这个链接文件由 ap文件夹中的Makefile复制过来