diff options
Diffstat (limited to 'arch/arm/include/asm/global_data.h')
| -rw-r--r-- | arch/arm/include/asm/global_data.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/arch/arm/include/asm/global_data.h b/arch/arm/include/asm/global_data.h index ea27c16d1..5d414efaa 100644 --- a/arch/arm/include/asm/global_data.h +++ b/arch/arm/include/asm/global_data.h @@ -41,6 +41,9 @@ struct arch_global_data {  	unsigned long tbl;  	unsigned long lastinc;  	unsigned long long timer_reset_value; +#ifdef CONFIG_IXP425 +	unsigned long timestamp; +#endif  };  /* @@ -65,9 +68,6 @@ typedef	struct	global_data {  #ifdef CONFIG_FSL_ESDHC  	unsigned long	sdhc_clk;  #endif -#ifdef CONFIG_IXP425 -	unsigned long	timestamp; -#endif  	unsigned long	relocaddr;	/* Start address of U-Boot in RAM */  	phys_size_t	ram_size;	/* RAM size */  	unsigned long	mon_len;	/* monitor len */ |