aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-21 18:10:28 -0500
committerTom Rini <trini@konsulko.com>2020-01-21 18:10:28 -0500
commit75dd53055a33f5bdb8ee2f53ce76c67052dfca7e (patch)
tree2ee907d73cbd5882455cc62fc9ac5724b983112e /configs
parentad647690b1346f57847d4c9251293293af8928a8 (diff)
parent584a3d2622e9107d09434b05df8b6c50e25fe73f (diff)
downloadu-boot-75dd53055a33f5bdb8ee2f53ce76c67052dfca7e.zip
u-boot-75dd53055a33f5bdb8ee2f53ce76c67052dfca7e.tar.gz
u-boot-75dd53055a33f5bdb8ee2f53ce76c67052dfca7e.tar.bz2
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
- Clearfog: Add run-time board detection with TLV EEPROM support (Baruch)
Diffstat (limited to 'configs')
-rw-r--r--configs/clearfog_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
index b48a4ab..53a5179 100644
--- a/configs/clearfog_defconfig
+++ b/configs/clearfog_defconfig
@@ -29,6 +29,8 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_DATA_PART_OFFSET=0x1
CONFIG_SPL_DM_GPIO=y
CONFIG_SPL_I2C_SUPPORT=y
+CONFIG_CMD_TLV_EEPROM=y
+CONFIG_SPL_CMD_TLV_EEPROM=y
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
@@ -50,6 +52,8 @@ CONFIG_DM_GPIO=y
CONFIG_DM_PCA953X=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_MVTWSI=y
+CONFIG_I2C_EEPROM=y
+CONFIG_SPL_I2C_EEPROM=y
CONFIG_DM_MMC=y
CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_MMC_SDHCI=y