diff options
author | Tom Rini | 2012-07-31 09:37:08 -0700 |
---|---|---|
committer | Albert ARIBAUD | 2012-09-01 14:58:13 +0200 |
commit | 726c05d2cfc0f0062cc7a32c0e06ab775b43c04c (patch) | |
tree | fc1a10e5a07518ddbc54f371a001175ce13aef3e /include | |
parent | 65d750be590db1ad3f045f45a8fbac59c4ccb9b5 (diff) |
am33xx evm: Add CONFIG_CMD_EEPROM and related
am33xx boards have at least one eeprom and in the case of beaglebones
with capes, more.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/am335x_evm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 46049b6ab9d..f210dce2529 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -162,6 +162,10 @@ #define CONFIG_SYS_I2C_SLAVE 1 #define CONFIG_I2C_MULTI_BUS #define CONFIG_DRIVER_OMAP24XX_I2C +#define CONFIG_CMD_EEPROM +#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* Main EEPROM */ +#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2 +#define CONFIG_SYS_I2C_MULTI_EEPROMS #define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_BAUDRATE_TABLE { 110, 300, 600, 1200, 2400, \ |