[U-Boot] [PATCH 4/4] ARM: UniPhier: enable CONFIG_I2C_EEPROM
Masahiro Yamada
yamada.m at jp.panasonic.com
Mon Dec 22 11:58:28 CET 2014
Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---
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
More information about the U-Boot
mailing list