diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-13 12:44:39 +0900 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-29 17:09:49 -0700 |
commit | 233e42a985ce1e2ed2c33fbc2bee525a5cacdda9 (patch) | |
tree | 0b603f23c56862af42cd8ae9acd9f6074b1be411 | |
parent | 3bf447655b7ecc4b2e6e4ef9ee8cb1b59fc521d9 (diff) | |
download | u-boot-imx-233e42a985ce1e2ed2c33fbc2bee525a5cacdda9.zip u-boot-imx-233e42a985ce1e2ed2c33fbc2bee525a5cacdda9.tar.gz u-boot-imx-233e42a985ce1e2ed2c33fbc2bee525a5cacdda9.tar.bz2 |
ARM: UniPhier: enable CONFIG_I2C_EEPROM
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | include/configs/uniphier.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |