mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
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>
This commit is contained in:
parent
4e499297fa
commit
735b3d193c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue