soc: emsdsp: align SoC name defined in soc.yml to Kconfig SOC setting

This commit aligns the SoC name for emsdp_em4 SoC defined in Kconfig.soc
to to name in soc.yml

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
Torsten Rasmussen 2024-02-23 12:20:08 +01:00 committed by Carles Cufi
parent fc78e5eaa4
commit ed401abaff
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ config SOC_SERIES
default "emsdp" if SOC_ARC_EMSDP
config SOC
default "emsdp_em4d" if SOC_EMSDP_EM4
default "emsdp_em4" if SOC_EMSDP_EM4
default "emsdp_em5d" if SOC_EMSDP_EM5D
default "emsdp_em6" if SOC_EMSDP_EM6
default "emsdp_em7d" if SOC_EMSDP_EM7D