aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm920t/at91/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/arm920t/at91/reset.c')
-rw-r--r--arch/arm/cpu/arm920t/at91/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm920t/at91/reset.c b/arch/arm/cpu/arm920t/at91/reset.c
index 51043ecdd..4fa0f9894 100644
--- a/arch/arm/cpu/arm920t/at91/reset.c
+++ b/arch/arm/cpu/arm920t/at91/reset.c
@@ -42,7 +42,7 @@ void __attribute__((weak)) board_reset(void)
void reset_cpu(ulong ignored)
{
- at91_st_t *st = (at91_st_t *) AT91_ST_BASE;
+ at91_st_t *st = (at91_st_t *) ATMEL_BASE_ST;
#if defined(CONFIG_AT91RM9200_USART)
/*shutdown the console to avoid strange chars during reset */
serial_exit();