Hi ALL.
Our custom board (based on DM365) has no Ethernet. No i2c-eeprom (MAC is not needed).
Our U-Boot is v2010.12_DAVINCIPSP_03.21.00.04
Config is 'include/configs/davinci_dm365evm.h'
I need to supress "Net: Read from EEPROM @ 0x50 failed" message.
And also I need to reduce size of u-boot.bin.
No NETWORK support is needed. I want to exclude linkage for obj-files related to network.
In short, I need networkless U-Boot.
HOW I CAN SIMPLY DISABLE OVERALL NETWORK SUPPORT FOR U-BOOT BUILD?
Thanks in advance!