diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-07-27 03:47:58 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-26 17:35:46 -0400 |
commit | 4fd92db8dbf6d9275a921e8e9f2b6aeeba7e5002 (patch) | |
tree | c0a8b97de25c71e8ef26fad70613812b0c1840f9 /include/configs/uniphier.h | |
parent | 499a950d41879020a186627874cf7aa856112ca5 (diff) | |
download | u-boot-4fd92db8dbf6d9275a921e8e9f2b6aeeba7e5002.tar.gz |
ARM: uniphier: move CONFIG_I2C_EEPROM to defconfig
We already have the entry for this option in Kconfig, so let's
migrate to it.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r-- | include/configs/uniphier.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 169c197b3e..e485583f21 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -9,7 +9,6 @@ #ifndef __CONFIG_UNIPHIER_COMMON_H__ #define __CONFIG_UNIPHIER_COMMON_H__ -#define CONFIG_I2C_EEPROM #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 #define CONFIG_SMC911X |