From 6a056c442f74bca70d6964612912f4a811177957 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 25 Jul 2016 18:18:15 -0400 Subject: sandbox: Migrate CONFIG_I2C_EEPROM Most users of CONFIG_I2C_EEPROM were migrated to defconfig a while ago, but sandbox was skipped. Leave it off for sandbox_spl where it does not build, but does not need to be either. Cc: Simon Glass Signed-off-by: Tom Rini --- include/configs/sandbox.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/sandbox.h') diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 197d8bb..94e024b 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -85,7 +85,6 @@ #define CONFIG_CMD_SF_TEST #define CONFIG_I2C_EDID -#define CONFIG_I2C_EEPROM /* Memory things - we don't really want a memory test */ #define CONFIG_SYS_LOAD_ADDR 0x00000000 -- cgit v1.1