Tool/software:
Hi,
Yocto SDK: 09_01_00
EVM: AM62A SK EVM
We are using above mention EVK and SDK for our product evaluation. In our final custom board design, we have removed board ID EEPROM. We want to bypass the EEPROM. So, It won't stop u-boot from booting. Is below change will work for our device?
In "u-boot/board/ti/common/board_detect.c", add "return 1;" at the start of the function board_ti_k3_is().
Regards,
Jay