config/arm: fix variable names

A config variable rename seems missed to update all config files and new
config file get with old variable names.

Reflect config variable rename to all config files, changed
'implementor_id' to 'implementer_id',
'implementor_pn' to 'part_number'.

Fixes: 3d01d65ba0 ("config: add aarch64 clang for Ubuntu 18.04")
Fixes: 7870ae8994 ("config/arm: rename variables")

Reported-by: Thierry Herbelot <thierry.herbelot@6wind.com>
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
This commit is contained in:
Ferruh Yigit 2021-02-02 08:35:07 +00:00 committed by Thomas Monjalon
parent 1e90d1b67b
commit 16e5de05f5
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ cpu = 'armv8-a'
endian = 'little'
[properties]
implementor_id = 'generic'
implementor_pn = 'default'
implementer_id = 'generic'
part_number = 'default'
c_args = ['-target', 'aarch64-linux-gnu', '--sysroot', '/usr/aarch64-linux-gnu']
c_link_args = ['-target', 'aarch64-linux-gnu', '-fuse-ld=lld', '--gcc-toolchain=/usr']

View File

@ -13,8 +13,8 @@ cpu = 'armv8-a'
endian = 'little'
[properties]
implementor_id = '0x41'
implementor_pn = '0xd0c'
implementer_id = '0x41'
part_number = '0xd0c'
max_lcores = 64
max_numa_nodes = 1
numa = false