Re: [PATCH] xilinx: common: Do not save fdt_blob to bss section

2020-09-23 Thread Michal Simek
pá 4. 9. 2020 v 16:41 odesílatel Michal Simek napsal: > > For SPL flow without specifying address for DT loading DTB is automatically > appended behind U-Boot code. Specifically _end symbol is used. Just behind > it there is place for bss section. > It means if early code is using static variable

[PATCH] xilinx: common: Do not save fdt_blob to bss section

2020-09-04 Thread Michal Simek
For SPL flow without specifying address for DT loading DTB is automatically appended behind U-Boot code. Specifically _end symbol is used. Just behind it there is place for bss section. It means if early code is using static variable and there is a write to this variable DTB file is corrupted if va