I am porting a TMDSCNCD263P-AM263Px Sitara Control Card project to a custom PCB.
The function EnetBoard_getMacAddrList() in ti_board_config.c depends on EEPROM to read Ethernet MAC Addresses. Since my PCB will not store those addresses in EEPROM, I removed the EEPROM from SysConfig TI Board Drivers section.
However, EnetBoard_getMacAddrList() still expects to use the EEPROM.
How can I configure SysConfig to not generate that code?