Hi Florent,
May I ask some doubts.
Kernel will load to RAM only after uboot relocation..right?
During uboot relocation, the code and all other stuffs will be copied to higher memory areas, so that there is no point in saying that the address (SDRAM base address + 0x8000) will conflict with uboot code.
Please correct me If it is wrong.