[PATCH] board: ti: j721e,j7200: fix do_main_cpsw0_qsgmii_phyinit
Tom Rini
trini at konsulko.com
Mon Feb 16 20:39:02 CET 2026
On Mon, 02 Feb 2026 19:40:56 +0530, Siddharth Vadapalli wrote:
> Since commit 27cc5951c862 ("include: env: ti: add default for
> do_main_cpsw0_qsgmii_phyinit"), the value of the environment variable
> do_main_cpsw0_qsgmii_phyinit happened to remain '0' and couldn't be
> changed without user intervention. This behavior is due to the following
> cyclic dependency:
> A) ti_common.env sets do_main_cpsw0_qsgmii_phyinit to '0' and its value
> can only be updated automatically by main_cpsw0_qsgmii_phyinit.
> B) main_cpsw0_qsgmii_phyinit is defined in j721e.env and it can run only
> if 'do_main_cpsw0_qsgmii_phyinit' is already '1' which isn't possible
> unless the user manually assigns the value.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] board: ti: j721e,j7200: fix do_main_cpsw0_qsgmii_phyinit
commit: e7ef80f670760b88f99847db9c98ac473edcba8b
--
Tom
More information about the U-Boot
mailing list