Part Number: AM3352
Hi,
I am getting following error, TFTP error: trying to overwrite reserved memory...
This pops up, because the CONFIG_LMB has been enabled in net/tftp.c file and now it checks for the memory if the address is reserved or free.
I would like to know, from where can I configure reserved/free addresses, if at all it is configurable.
FYI, Refer the following patch, 
Use case: When NAND is empty, I am trying to load SPL and u-boot via USB-ETH onto the RAM.
This works fine by undefining the CONFIG_LMB in net/tftp.c (avoiding the check for reserved memory regions).
But, I would like to have a proper solution to solve this issue.
Kindly, let me know how this memory address is marked as reserved or free. So that, I can use a free memory region of RAM to load the file.