[PATCH 153/171] Correct SPL use of TARGET_PG_WCOM_EXPU1
Aleksandar Gerasimovski
aleksandar.gerasimovski at hitachienergy.com
Fri Feb 3 08:02:43 CET 2023
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 at chromium.org>
---
Reviewed-by: Aleksandar Gerasimovski <Aleksandar.gerasimovski at hitachienergy.com>
Regards,
Aleksandar
board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c b/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
index e005ece469b..c65cd9cdc9b 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);
--
2.39.1.456.gfc5497dd1b-goog
More information about the U-Boot
mailing list