commit | 472caa69e3480dc8e3fe1dd929b528a599341768 | [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 | 97d0f9bfdd025f0e7db8ff09238fe88d039c2a70 [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>