diff options
author | Roger Quadros <rogerq@ti.com> | 2017-03-13 15:04:31 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-03-20 17:57:15 -0400 |
commit | 66e04fb503baa67a444401e8562ebace48800b97 (patch) | |
tree | 3901a792b93407a1312555595e844eda113b21ab /include/configs/dra7xx_evm.h | |
parent | fcb185244b700a7289e5c30d075fccf81099a253 (diff) |
ARM: Use Kconfig for board EEPROM's I2C bus and chip address
In stead of defining the board EEPROM address in the board headers
let's define them in the board config files and make them
configurable by Kconfig.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r-- | include/configs/dra7xx_evm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 43e74a29e91..d509afd2ea5 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -260,8 +260,4 @@ #endif #endif /* NOR support */ -/* EEPROM */ -#define CONFIG_EEPROM_CHIP_ADDRESS 0x50 -#define CONFIG_EEPROM_BUS_ADDRESS 0 - #endif /* __CONFIG_DRA7XX_EVM_H */ |