From: Tom Rini Date: Fri, 7 Jun 2024 16:48:41 +0000 (-0600) Subject: Merge patch series "'eeprom' command improvements" X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=77ba281c91c3578c835d11c0f2fe2cac6fa1d658;p=u-boot.git Merge patch series "'eeprom' command improvements" Marek BehĂșn says: This series contains improvements for the 'eeprom' command: - refactors - fixes - improvements - ability to use driver model EEPROMs (uclass UCLASS_I2C_EEPROM) - more flexible EEPROM layout support It should not cause any behavior change for any existing board. This series is a dependency for some DDR issue fixes for Turris Omnia. I will be sending that one separately. github PR link (with CI): https://github.com/u-boot/u-boot/pull/540 - there is a failure for test.py for sandbox sandbox_clang but it seems unrelated to these changes --- 77ba281c91c3578c835d11c0f2fe2cac6fa1d658 diff --cc cmd/eeprom.c index 26f3750a80,a39fc5ffdc..cf89cfce3e --- a/cmd/eeprom.c +++ b/cmd/eeprom.c @@@ -19,12 -19,14 +19,14 @@@ * */ -#include #include #include + #include #include #include + #include #include +#include #include #ifndef I2C_RXTX_LEN