commit | 459b6b168e932ed30daef34d9b6ce9183cbcb838 | [log] [tgz] |
---|---|---|
author | Prafulla Wadaskar <prafulla@marvell.com> | Wed Dec 01 17:46:52 2010 +0530 |
committer | Wolfgang Denk <wd@denx.de> | Thu Dec 09 11:01:16 2010 +0100 |
tree | 29fc628a46d09c0b6455a92208d373f69b70f703 | |
parent | 2003d8c913a4edc6b5845fcebef65c822fefbef7 [diff] |
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>