Issue TFTP booting from SPL

Hi @AdamGerken, very strange, sadly I haven’t tried tftp on mainline in a while, I do know that it works over the usart:

and it did build the u-boot.img…

Normally ethaddr get’s set in u-boot.img:

Loading Environment from FAT... <ethaddr> not set. Validating first E-fuse MAC
Net:   eth2: ethernet@4a100000, eth3: usb_ether

Okay, time to fire up a tftp server and test some things…

Regards,