diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-06 13:19:04 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:38 -0600 |
commit | 1174aada87897098767bceba478443191451eb94 (patch) | |
tree | 4b335f71cae10eccc38baeed555793c25db72165 /include/configs/sandbox.h | |
parent | 8156345dfec385d3fd394acb7ef9f78aca35f003 (diff) | |
download | u-boot-1174aada87897098767bceba478443191451eb94.tar.gz |
sandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig
Move this over to Kconfig and tidy up.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher<hs@denx.de>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r-- | include/configs/sandbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index f714298d54..30d41e5edb 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -95,7 +95,6 @@ #define CONFIG_SPI_FLASH_WINBOND #define CONFIG_CMD_I2C -#define CONFIG_SYS_I2C_SANDBOX #define CONFIG_I2C_EDID #define CONFIG_I2C_EEPROM |