From d9d432d316868a012f788dc90e885bb021f81be0 Mon Sep 17 00:00:00 2001 From: "lishuang.xie" Date: Fri, 8 Dec 2023 09:58:01 +0800 Subject: [PATCH] update Feature Enhancement#1370 to dev_ck_v2.1 1. SPU and ARM both need modify 2. confige file's name length: 64 -> 32 3. Test: 3.1 spu(case0)+arm(case0): pass 3.2 spu(case14)+arm(case20): pass 3.3 spu(case20)+arm(case20): pass 3.4 spu(case21)+arm(case21): pass 3.5 spu(case34)+arm(case5): pass 3.6 spu(case44)+arm(case5): pass --- osp/inc/ospCfgToBin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osp/inc/ospCfgToBin.h b/osp/inc/ospCfgToBin.h index 313af0c..34c0102 100644 --- a/osp/inc/ospCfgToBin.h +++ b/osp/inc/ospCfgToBin.h @@ -1,7 +1,7 @@ #ifndef __OSP_CFG_TO_BIN_H__ #define __OSP_CFG_TO_BIN_H__ -#define APE_CFG_FILE_NAME_LEN (64) +#define APE_CFG_FILE_NAME_LEN (32) //(64) /* 为节省内存开销,文件名长度由64->32字节 */ #define APE_CFG_FILE_NUM (64) #define APE_SPE_CFG_FILE_NUM (128)