Re: [U-Boot] [PATCH] arm: mvebu: timer.c: Explicitly move "init_done" var to data section

2015-09-17 Thread Simon Guinot
On Thu, Sep 03, 2015 at 12:47:07PM +0200, Stefan Roese wrote: > As reported by Simon Guinot, commit ade741b3 > "arm: mvebu: Call timer_init early before PHY and DDR init" breaks > Kirkwood platforms. As the static variable "init_done" is not > available at that early boot time. This patch moves it

[U-Boot] [PATCH] arm: mvebu: timer.c: Explicitly move "init_done" var to data section

2015-09-03 Thread Stefan Roese
As reported by Simon Guinot, commit ade741b3 "arm: mvebu: Call timer_init early before PHY and DDR init" breaks Kirkwood platforms. As the static variable "init_done" is not available at that early boot time. This patch moves it to explicitly to the data section, making it available at that time.