mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
Correct SPL use of TARGET_PG_WCOM_SELI8
This converts 1 usage of this option to the non-SPL form, since there is no SPL_TARGET_PG_WCOM_SELI8 defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org> Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachienergy.com>
This commit is contained in:
parent
735b3d193c
commit
1744ceb66f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ int board_early_init_f(void)
|
|||
/* QRIO Configuration */
|
||||
qrio_uprstreq(UPREQ_CORE_RST);
|
||||
|
||||
#if CONFIG_IS_ENABLED(TARGET_PG_WCOM_SELI8)
|
||||
#if IS_ENABLED(CONFIG_TARGET_PG_WCOM_SELI8)
|
||||
qrio_prstcfg(KM_LIU_RST, PRSTCFG_POWUP_UNIT_RST);
|
||||
qrio_wdmask(KM_LIU_RST, true);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue