From: Lokesh Vutla Date: Thu, 6 May 2021 11:14:50 +0000 (+0530) Subject: board: ti: am64x: Enable support for reading EEPROM in R5 SPL X-Git-Tag: v2025.01-rc5-pxa1908~1882^2~28 X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24style.Permalink%20%7D%7D?a=commitdiff_plain;h=8817c132a041cb62eba8f6939ff1ff44b4140ba1;p=u-boot.git board: ti: am64x: Enable support for reading EEPROM in R5 SPL Include the relevant configs to enable support for reading EEPROM in R5SPL. Signed-off-by: Lokesh Vutla --- 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