projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fa0cbd
)
board: rut: convert to DM_I2C
author
Anatolij Gustschin
<agust@denx.de>
Sat, 3 Aug 2024 16:15:08 +0000
(18:15 +0200)
committer
Heiko Schocher
<hs@denx.de>
Fri, 9 Aug 2024 04:26:16 +0000
(06:26 +0200)
Conversion to DM_I2C is mandatory, enable DM_I2C
to disable board removal warning.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
configs/rut_defconfig
patch
|
blob
|
history
diff --git
a/configs/rut_defconfig
b/configs/rut_defconfig
index 93d182a710c5f49c7fc4e090e7fab3e70a7d8e43..2bcbdd6b12afcd9e8542058a239904a7b2a057c5 100644
(file)
--- a/
configs/rut_defconfig
+++ b/
configs/rut_defconfig
@@
-88,7
+88,7
@@
CONFIG_BOOTCOUNT_LIMIT=y
CONFIG_BOOTCOUNT_ENV=y
CONFIG_DFU_NAND=y
CONFIG_SYS_DFU_DATA_BUF_SIZE=0x100000
-CONFIG_
SYS_I2C_LEGACY
=y
+CONFIG_
DM_I2C
=y
CONFIG_SPL_SYS_I2C_LEGACY=y
# CONFIG_SPL_DM_MMC is not set
CONFIG_MMC_OMAP_HS=y