Re: [PATCH] clk: versal: Store driver data in data section

2025-02-26 Thread Michal Simek
On 2/18/25 06:24, Padmarao Begari wrote: Line 171 in README is describing that before relocation no code should use global variable because global variables are placed to BSS section which is initialized to 0 after relocation. On Versal platforms clock driver is initialized before relocation

[PATCH] clk: versal: Store driver data in data section

2025-02-17 Thread Padmarao Begari
Line 171 in README is describing that before relocation no code should use global variable because global variables are placed to BSS section which is initialized to 0 after relocation. On Versal platforms clock driver is initialized before relocation (via using dm,bootph-all flag in DT) and globa