u-boot-brain/arch/arm
Prafulla Wadaskar f9de0997d7 ARM: make timer variables in gt_t available for all ARM platforms
All code that attemots to access variables in BSS before relocation
(for example directly or indirectly by board_init_f()) needs to be
fixed. Especially timer.c needs to fix on most of the ARM platforms.

This patch makes timer related variables in gd_t available for
all ARM implementations.

Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>

Edited commit message.
Signed-off-by: Wolfgang Denk <wd@denx.de>
2010-12-09 11:01:16 +01:00
..
cpu armv7: fix relocation skip 2010-12-09 11:01:16 +01:00
include/asm ARM: make timer variables in gt_t available for all ARM platforms 2010-12-09 11:01:16 +01:00
lib arm: add 8-byte alignment for ABI compliance before board_init_f 2010-12-08 23:50:09 +01:00
config.mk Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC 2010-10-29 21:39:59 +02:00