summaryrefslogtreecommitdiff
path: root/configs/sandbox_spl_defconfig
diff options
context:
space:
mode:
authorSean Anderson <sean.anderson@seco.com>2022-05-05 13:11:42 -0400
committerTom Rini <trini@konsulko.com>2022-06-08 14:00:22 -0400
commit472caa69e3480dc8e3fe1dd929b528a599341768 (patch)
treee82b1ea4c9f312463ec7b9da9932867852778318 /configs/sandbox_spl_defconfig
parent97d0f9bfdd025f0e7db8ff09238fe88d039c2a70 (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>
Diffstat (limited to 'configs/sandbox_spl_defconfig')
-rw-r--r--configs/sandbox_spl_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_spl_defconfig b/configs/sandbox_spl_defconfig
index b45f4782fd..ec2d26d443 100644
--- a/configs/sandbox_spl_defconfig
+++ b/configs/sandbox_spl_defconfig
@@ -155,6 +155,7 @@ CONFIG_CROS_EC_SPI=y
CONFIG_P2SB=y
CONFIG_PWRSEQ=y
CONFIG_SPL_PWRSEQ=y
+CONFIG_I2C_EEPROM=y
CONFIG_MMC_SANDBOX=y
CONFIG_SPI_FLASH_SANDBOX=y
CONFIG_SPI_FLASH_ATMEL=y