From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Mon, 22 Dec 2014 19:58:28 +0900 Subject: [U-Boot] [PATCH 4/4] ARM: UniPhier: enable CONFIG_I2C_EEPROM In-Reply-To: <1419245908-7308-1-git-send-email-yamada.m@jp.panasonic.com> References: <1419245908-7308-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <1419245908-7308-5-git-send-email-yamada.m@jp.panasonic.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Masahiro Yamada --- To apply this commit, the following must be applied in advance: http://patchwork.ozlabs.org/patch/422543/ include/configs/uniphier.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 5a53c50..9ad47f6 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -43,6 +43,9 @@ #define CONFIG_SDRAM1_SIZE 0x10000000 #endif +#define CONFIG_I2C_EEPROM +#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 + /* * Support card address map */ -- 1.9.1