[lwp] 取消脚本中限制rv的具体cpu类别

此目录中为rv64通用代码
This commit is contained in:
heyuanjie87 2024-09-13 15:42:13 +08:00 committed by Meco Man
parent 779547d708
commit 6d39cdf836
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ cpu = rtconfig.CPU
# fix the cpu for risc-v
if arch == 'risc-v':
rv64 = ['virt64', 'c906']
if cpu in rv64:
if GetDepend('ARCH_CPU_64BIT'):
cpu = 'rv64'
if platform in platform_file.keys(): # support platforms