[PATCH 03/18] board: ti: am64x: Enable support for reading EEPROM in R5 SPL
Lokesh Vutla
lokeshvutla at ti.com
Thu May 6 13:14:50 CEST 2021
Include the relevant configs to enable support for reading EEPROM in
R5SPL.
Signed-off-by: Lokesh Vutla <lokeshvutla at ti.com>
---
board/ti/am64x/Kconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/board/ti/am64x/Kconfig b/board/ti/am64x/Kconfig
index 3dd5b54c94..7150dbb3b0 100644
--- a/board/ti/am64x/Kconfig
+++ b/board/ti/am64x/Kconfig
@@ -23,6 +23,7 @@ config TARGET_AM642_R5_EVM
select SPL_RAM
select K3_DDRSS
imply SYS_K3_SPL_ATF
+ imply TI_I2C_BOARD_DETECT
endchoice
@@ -53,4 +54,6 @@ config SYS_CONFIG_NAME
config SPL_LDSCRIPT
default "arch/arm/mach-omap2/u-boot-spl.lds"
+source "board/ti/common/Kconfig"
+
endif
--
2.30.0
More information about the U-Boot
mailing list