]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: ti: am64x: Enable support for reading EEPROM in R5 SPL
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 6 May 2021 11:14:50 +0000 (16:44 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Wed, 12 May 2021 11:02:44 +0000 (16:32 +0530)
Include the relevant configs to enable support for reading EEPROM in
R5SPL.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
board/ti/am64x/Kconfig

index 3dd5b54c94478f44c80e968944df08ce386cfc95..7150dbb3b02d64246d81721b7d04f48fdebb2739 100644 (file)
@@ -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