
15 Oct
2022
15 Oct
'22
7:53 p.m.
Hi Paul,
On Sat, 15 Oct 2022 at 03:19, Paul Barker paul.barker@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@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