Browse Source

soc: mediatek: fix typo in macro name

s/SOC_SERIES_MT8195/CONFIG_SOC_SERIES_MT8195/

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
pull/91789/head
Benjamin Cabé 4 weeks ago committed by Benjamin Cabé
parent
commit
acc1731410
  1. 2
      soc/mediatek/mt8xxx/mbox.c

2
soc/mediatek/mt8xxx/mbox.c

@ -40,7 +40,7 @@ @@ -40,7 +40,7 @@
*/
struct mtk_mbox {
#ifdef SOC_SERIES_MT8195
#ifdef CONFIG_SOC_SERIES_MT8195
uint32_t in_cmd;
uint32_t in_cmd_clr;
uint32_t in_msg[5];

Loading…
Cancel
Save