summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-06 01:41:00 +0300
committerTom Rini <trini@konsulko.com>2023-02-10 15:41:40 +0300
commit735b3d193c91288bbe11bc7a97cf58c2aed9418f (patch)
tree61db2b47751121c39c707298e2f4582142adae07 /board
parent4e499297fa4bda0b7b92bc82070505d2edb474aa (diff)
downloadu-boot-735b3d193c91288bbe11bc7a97cf58c2aed9418f.tar.xz
Correct SPL use of TARGET_PG_WCOM_EXPU1
This converts 1 usage of this option to the non-SPL form, since there is no SPL_TARGET_PG_WCOM_EXPU1 defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org> Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachienergy.com>
Diffstat (limited to 'board')
-rw-r--r--board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c b/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
index e005ece469..c65cd9cdc9 100644
--- a/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
+++ b/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
@@ -79,7 +79,7 @@ int board_early_init_f(void)
qrio_wdmask(KM_PAXK_RST, true);
#endif
-#if CONFIG_IS_ENABLED(TARGET_PG_WCOM_EXPU1)
+#if IS_ENABLED(CONFIG_TARGET_PG_WCOM_EXPU1)
qrio_prstcfg(WCOM_TMG_RST, PRSTCFG_POWUP_UNIT_RST);
qrio_wdmask(WCOM_TMG_RST, true);