projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e49929
)
Correct SPL use of TARGET_PG_WCOM_EXPU1
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Feb 2023 22:41:00 +0000
(15:41 -0700)
committer
Tom Rini
<trini@konsulko.com>
Fri, 10 Feb 2023 12:41:40 +0000
(07:41 -0500)
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>
board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
patch
|
blob
|
history
diff --git
a/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
b/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
index e005ece469bb821ea961accbf63d54384082958d..c65cd9cdc9b29ef024af88205e100aab4213d0d9 100644
(file)
--- 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);