From 726c05d2cfc0f0062cc7a32c0e06ab775b43c04c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 31 Jul 2012 09:37:08 -0700 Subject: 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 --- include/configs/am335x_evm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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, \ -- cgit v1.3.1