summaryrefslogtreecommitdiff
path: root/configs/am57xx_evm_defconfig
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2018-12-07 14:50:40 +0100
committerHeiko Schocher <hs@denx.de>2018-12-10 06:07:17 +0100
commitd83499892a26ae2bd0555ffa18a7ce804e784686 (patch)
tree7bfe180259e2b9281c85d4f2cf4c44bc4da667af /configs/am57xx_evm_defconfig
parent3542ff29e4542b8cb0ac3ae861247e9bd487f22f (diff)
downloadu-boot-d83499892a26ae2bd0555ffa18a7ce804e784686.tar.gz
configs: am335x: am57x: dra7x: Enable CONFIG_SPL_DM_SEQ_ALIAS
Those platforms need CONFIG_SPL_DM_SEQ_ALIAS because they enable both DM_I2C and SPL_DM. Without CONFIG_SPL_DM_SEQ_ALIAS, it is not possible to get the I2C bus with i2c_get_chip_for_busnum(). Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Felix Brack <fb@ltec.ch> Tested-by: Felix Brack <fb@ltec.ch> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/am57xx_evm_defconfig')
-rw-r--r--configs/am57xx_evm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
index 5242ab6f9f..4bcabb8276 100644
--- a/configs/am57xx_evm_defconfig
+++ b/configs/am57xx_evm_defconfig
@@ -37,6 +37,7 @@ CONFIG_ENV_IS_IN_MMC=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
CONFIG_DM=y
CONFIG_SPL_DM=y
+CONFIG_SPL_DM_SEQ_ALIAS=y
CONFIG_SCSI_AHCI=y
# CONFIG_BLK is not set
CONFIG_DFU_MMC=y