summaryrefslogtreecommitdiff
path: root/include/configs/am57xx_evm.h
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2017-03-13 13:04:31 (GMT)
committerTom Rini <trini@konsulko.com>2017-03-20 21:57:15 (GMT)
commit66e04fb503baa67a444401e8562ebace48800b97 (patch)
tree3901a792b93407a1312555595e844eda113b21ab /include/configs/am57xx_evm.h
parentfcb185244b700a7289e5c30d075fccf81099a253 (diff)
downloadu-boot-66e04fb503baa67a444401e8562ebace48800b97.tar.xz
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/am57xx_evm.h')
-rw-r--r--include/configs/am57xx_evm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h
index d545e1b..018d0c7 100644
--- a/include/configs/am57xx_evm.h
+++ b/include/configs/am57xx_evm.h
@@ -102,10 +102,6 @@
#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \
CONFIG_SYS_SCSI_MAX_LUN)
-/* EEPROM */
-#define CONFIG_EEPROM_CHIP_ADDRESS 0x50
-#define CONFIG_EEPROM_BUS_ADDRESS 0
-
/*
* Default to using SPI for environment, etc.
* 0x000000 - 0x040000 : QSPI.SPL (256KiB)