Hi,
I was wondering if it is possible (as with AM335x) for AM5728 to compile a SPL that support network fetch of u-boot.img;
I did it with AM335x adding to file include/configs/ti_am335x_common.h:
#define CONFIG_SPL_ETH_SUPPORT
#define CONFIG_SPL_NET_SUPPORT
but I did not have success with AM5728 applying the same recipe on include/configs/am57xx_evm.h
I'm using ti-u-boot-2016.05 with rcn patches
Thanks in advance,
Gennaro