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

Simon Glass sjg at chromium.org
Sat Oct 15 19:53:13 CEST 2022


Hi Paul,

On Sat, 15 Oct 2022 at 03:19, Paul Barker <paul.barker at sancloud.com> wrote:
>
> 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(-)

Instead I think you should fix the bug, perhaps in the i2c eeprom code?

Regards,
SImon


More information about the U-Boot mailing list