添加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

@@ -949,6 +949,7 @@ int ah_funConstruct(char argc, char *argv[])
p_saved_buf = p_buf;
if((cfg.image[cnt].image_type == imgV1OEM) || (cfg.image[cnt].image_type == imgV1CFG))
{
// OEM 和 CFG 分区强行扩展至 cfg文件指定的大小
//printf(NEW_LINE" add size :%d"NEW_LINE, fileSize);
if(cfg.image[cnt].length%IMAGE_ALIGNED_SIZE)
{