Message ID | eb4b1bd909db10078eb6e80d72ab4c757c878df0.1388743861.git.michal.simek@xilinx.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/include/configs/zynq.h b/include/configs/zynq.h index c90d4fd..2ea5d3f 100644 --- a/include/configs/zynq.h +++ b/include/configs/zynq.h @@ -89,6 +89,17 @@ # define CONFIG_SYS_I2C_ZYNQ_SLAVE 1 #endif +#define CONFIG_ZYNQ_EEPROM +/* EEPROM */ +#ifdef CONFIG_ZYNQ_EEPROM +# define CONFIG_CMD_EEPROM +# define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 +# define CONFIG_SYS_I2C_EEPROM_ADDR 0x54 +# define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 4 +# define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5 +# define CONFIG_SYS_EEPROM_SIZE 1024 /* Bytes */ +#endif + #define CONFIG_BOOTP_SERVERIP #define CONFIG_BOOTP_BOOTPATH #define CONFIG_BOOTP_GATEWAY