commit | e2dc0e6192948a658cead13d2be8cb46fe074632 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Thu May 05 13:11:42 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 08 14:00:22 2022 -0400 |
tree | e82b1ea4c9f312463ec7b9da9932867852778318 | |
parent | dfdda78af7d1e0c98cb876b0aa6923232a238c72 [diff] |
test: Load mac address with i2c eeprom This uses an i2c eeprom to load a mac address using the nvmem interface. Enable I2C_EEPROM for sandbox SPL since it is the only sandbox config which doesn't enable it eeprom. Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Simon Glass <sjg@chromium.org>