[PATCH] env: Avoid mixing of environment and driver prints on env load
Tom Rini
trini at konsulko.com
Mon Jun 29 23:34:42 CEST 2026
On Fri, 12 Jun 2026 00:48:34 +0200, Marek Vasut wrote:
> The current environment loading code prints a partial string
> "Loading Environment from %s..." and then triggers env driver
> loading function. That env driver loading function may trigger
> further prints, either from the env driver itself or from any
> other driver that gets probed at that time. The result is a
> print which mixed environment loading code prints and driver
> code prints, as follows:
>
> [...]
Applied to u-boot/next, thanks!
[1/1] env: Avoid mixing of environment and driver prints on env load
commit: a51f24ac31fbb910afc66824e8299a417b297536
--
Tom
More information about the U-Boot
mailing list