u-boot-brain/arch/arm/mach-mvebu
Stefan Roese 787ddb7cd1 arm: mvebu: timer.c: Explicitly move "init_done" var to data section
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.

Signed-off-by: Stefan Roese <sr@denx.de>
Reported-by: Simon Guinot <simon.guinot@sequanux.org>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Tested-by: Simon Guinot <simon.guinot@sequanux.org>
2015-10-01 02:00:02 +02:00
..
include/mach bitops: introduce BIT() definition 2015-09-11 17:15:32 -04:00
serdes arm: mvebu: a38x: Use correct PEX register access macros 2015-07-23 10:39:25 +02:00
cpu.c arm: mvebu: Fix internal register config on A38x 2015-10-01 01:59:34 +02:00
dram.c arm: mvebu: Add complete SDRAM ECC scrubbing 2015-08-17 18:49:33 +02:00
gpio.c arm: mvebu: Move mvebu-common into mach-mvebu 2015-05-05 14:28:29 +02:00
lowlevel_spl.S arm: armada-xp: Move SoC sources to mach-mvebu 2015-05-05 14:28:29 +02:00
Makefile arm: mvebu: Add complete SDRAM ECC scrubbing 2015-08-17 18:49:33 +02:00
mbus.c arm: mvebu: Enable NAND controller on MVEBU SoC's 2015-08-17 18:49:02 +02:00
spl.c arm: mvebu: Add SPL SDIO/MMC boot support 2015-07-24 09:45:30 +02:00
timer.c arm: mvebu: timer.c: Explicitly move "init_done" var to data section 2015-10-01 02:00:02 +02:00
u-boot-spl.lds arm: mvebu: Move mvebu-common into mach-mvebu 2015-05-05 14:28:29 +02:00