From: Ozan Durgut <[email protected]>

TARGET_SC598_SOM_EZLITE's 'select ADI_CARRIER_SOMCRR_EZLITE' loses
against the carrier choice's own default (ADI_CARRIER_SOMCRR_EZKIT)
since defconfig did not pin it explicitly. Board built with EZKIT
carrier init, so the EZLITE's eth0-reset line was never toggled and
the PHY stayed in reset.

Fixes: c9e893d6266d ("board: adi: Add support for SC598")
Signed-off-by: Ozan Durgut <[email protected]>
---
 configs/sc598-som-ezlite-spl_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/sc598-som-ezlite-spl_defconfig 
b/configs/sc598-som-ezlite-spl_defconfig
index 9afe5c0789a..9ae5bdad6ca 100644
--- a/configs/sc598-som-ezlite-spl_defconfig
+++ b/configs/sc598-som-ezlite-spl_defconfig
@@ -12,6 +12,7 @@ CONFIG_SPL_STACK=0x200E4000
 CONFIG_SC59X_64=y
 CONFIG_SYS_BOOTM_LEN=0x4000000
 CONFIG_SYS_LOAD_ADDR=0x90000000
+CONFIG_ADI_CARRIER_SOMCRR_EZLITE=y
 CONFIG_CGU1_PLL3_DDRCLK=y
 CONFIG_CGU1_PLL3_VCO_MSEL=64
 CONFIG_CGU1_PLL3_DCLK_DIV=2
-- 
2.43.0

Reply via email to