aboutsummaryrefslogtreecommitdiff
path: root/configs/draco-etamin_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-02-05 13:33:01 -0500
committerTom Rini <trini@konsulko.com>2024-02-05 13:33:01 -0500
commitdaa3100250839dd30626f7f4b7daf041f1114f1c (patch)
tree95432fffa7178913998981cf721f2d0add4e4d3e /configs/draco-etamin_defconfig
parent090d8463b07c9c48f76f3cd14cf0e4bb8f884825 (diff)
parentb062eef0755d1f16eeddda0675e0e526747221af (diff)
downloadu-boot-daa3100250839dd30626f7f4b7daf041f1114f1c.zip
u-boot-daa3100250839dd30626f7f4b7daf041f1114f1c.tar.gz
u-boot-daa3100250839dd30626f7f4b7daf041f1114f1c.tar.bz2
Merge patch series "board: siemens: clean up subfolders"WIP/05Feb2024
Enrico Leto <enrico.leto@siemens.com> says: The common folder was initialially created for the common parts of the products based on draco-am355x board family. We have the product lines 'pxm2', 'rut' and the base line unfortunately named 'draco'! Adding the new capricorn-imx8 board family, the files were enhanced without cleanup. Simplify first EEPROM probe and access that implements both i2c with & without driver model. Use abstraction functions for this. Move all am355x specifics to a new file 'board_am335x'. Clean-up includes, config checks, maintainer.
Diffstat (limited to 'configs/draco-etamin_defconfig')
-rw-r--r--configs/draco-etamin_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/draco-etamin_defconfig b/configs/draco-etamin_defconfig
index a89494f..ec9331e 100644
--- a/configs/draco-etamin_defconfig
+++ b/configs/draco-etamin_defconfig
@@ -86,8 +86,10 @@ CONFIG_CLK=y
CONFIG_CLK_TI_CTRL=y
CONFIG_DFU_NAND=y
CONFIG_SYS_DFU_DATA_BUF_SIZE=0x100000
-CONFIG_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
+# CONFIG_SPL_DM_I2C is not set
CONFIG_SPL_SYS_I2C_LEGACY=y
+CONFIG_I2C_SET_DEFAULT_BUS_NUM=y
# CONFIG_SPL_DM_MMC is not set
CONFIG_MMC_OMAP_HS=y
CONFIG_MTD=y