This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-AM64B: How to compile u-boot on a "sk like" board without EEPROM

Part Number: SK-AM64B
I'm compiling u-boot in SDK 09.02.00.08 for a custom board very similar to the SK, but which doesn't have EEPROM for board ID.
In orde to deactivate the reading of board ID from the EEPROM, I removed TI_I2C_BOARD_DETECT and SPL_OF_LIST from u-boot defconfig, but I get this error

evm.c:277:45: error: 'CONFIG_EEPROM_BUS_ADDRESS' undeclared (first use in this function)

  277 | ret = ti_i2c_eeprom_am6_get(CONFIG_EEPROM_BUS_ADDRESS, i2c_addr,

      | ^~~~~~~~~~~~~~~~~~~~~~~~~

I would like to know if it is possible to use the software included in the AM64x SDK 09.02.00.08 without EEPROM and, if it were possible, which configuration should I use

Thank you
Luciano