
Dear Otavio Salvador,
happy new year...
In message 1388522649-5316-1-git-send-email-otavio@ossystems.com.br you wrote:
Change the default environment to use zImage instead of uImage, because using zImage does not require a LOADADDR assignment when building the kernel to be consistent with the loadaddr environment variable in u-boot, decreasing the chance for error. This requires
This statement makes no sense. If you use the old legacy uImage format (which is deprecated, and should be replaced by FIT images), you specify the entry point address to the kernel, and the load address (i. e. where in RAM the image should be placed). These two parameters to themkimage commansd are registered in the image, and they are in no way related to any U-Boot environment variables, nor can any environment variable settings influence these.
Of course you should make sure that memory area where you dowenload the image does not overlap the area where it gets unpacked / copied to, but the same issues exist with zImage files.
Please fix the commit message to describe correctly what you want to acchieve.
Best regards,
Wolfgang Denk