Tool/software: Linux
developing on Ubuntu 16.04
linux SDK 4..03.0.05
using am4378
So we are about to start making some custom boards. when i went to make a custom board in the <u-boot dir>/boards/ti/my_custom_board (copied from the 437x evm board) i see there is a lot of dependence on this EEPROM that contains the MAC, the board, name, DDR size, etc. our design doesn't have this extra chip and we think it doesn't need it.
what do i have to change in my board files (and u-boot) so that i can hard code this stuff instead of making code decisions on EEPROM data. i have been trying to figure it all out on my own but i've never done this and i would like to know ALL the spots that need to change up-front.
Thank you