[PATCH 2/2] configs: am335x_evm: Disable SPL_OF_CONTROL

Paul Barker paul.barker at sancloud.com
Sat Oct 15 11:19:09 CEST 2022


When CONFIG_SPL_OF_CONFIG is enabled on the BeagleBone Black and the
SanCloud BBE, initialization of the I2C bus in ti_i2c_eeprom_get()
fails. This prevents us from determining the board variant in
enable_board_pin_mux(). As pinmux settings are not correctly configured
this leads to boot failure.

Signed-off-by: Paul Barker <paul.barker at sancloud.com>
---
 configs/am335x_boneblack_vboot_defconfig | 1 -
 configs/am335x_evm_spiboot_defconfig     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/configs/am335x_boneblack_vboot_defconfig b/configs/am335x_boneblack_vboot_defconfig
index 66b7fb6e06d8..bac0477b1d7c 100644
--- a/configs/am335x_boneblack_vboot_defconfig
+++ b/configs/am335x_boneblack_vboot_defconfig
@@ -43,7 +43,6 @@ CONFIG_SYS_I2C_EEPROM_ADDR_LEN=2
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_BOOTP_DNS2=y
 CONFIG_OF_CONTROL=y
-CONFIG_SPL_OF_CONTROL=y
 CONFIG_ENV_OVERWRITE=y
 CONFIG_ENV_IS_IN_MMC=y
 CONFIG_SYS_REDUNDAND_ENVIRONMENT=y
diff --git a/configs/am335x_evm_spiboot_defconfig b/configs/am335x_evm_spiboot_defconfig
index 3d04e6fa934a..99df51f0270a 100644
--- a/configs/am335x_evm_spiboot_defconfig
+++ b/configs/am335x_evm_spiboot_defconfig
@@ -42,7 +42,6 @@ CONFIG_BOOTP_DNS2=y
 CONFIG_CMD_MTDPARTS=y
 # CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_OF_CONTROL=y
-CONFIG_SPL_OF_CONTROL=y
 CONFIG_OF_LIST="am335x-evm am335x-bone am335x-boneblack am335x-evmsk am335x-bonegreen am335x-icev2 am335x-pocketbeagle"
 CONFIG_ENV_OVERWRITE=y
 # CONFIG_ENV_IS_IN_FAT is not set
-- 
2.25.1



More information about the U-Boot mailing list