diff options
author | Reinhard Meyer <u-boot@emk-elektronik.de> | 2010-11-03 15:39:55 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-05-18 07:56:51 +0200 |
commit | 9f3fe90f094d4ad6309b5222196d0f8c783784b0 (patch) | |
tree | 002870df6ec347a916132c048004c11eb45f749a /arch/arm/cpu/arm926ejs/at91/reset.c | |
parent | 83f1072e06d4e3b9eaceed39799042c7b3bbdbb1 (diff) |
AT91: fix related at91 system/driver files
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Diffstat (limited to 'arch/arm/cpu/arm926ejs/at91/reset.c')
-rw-r--r-- | arch/arm/cpu/arm926ejs/at91/reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm926ejs/at91/reset.c b/arch/arm/cpu/arm926ejs/at91/reset.c index d2569d8bae..1f918b0e94 100644 --- a/arch/arm/cpu/arm926ejs/at91/reset.c +++ b/arch/arm/cpu/arm926ejs/at91/reset.c @@ -30,7 +30,7 @@ /* Reset the cpu by telling the reset controller to do so */ void reset_cpu(ulong ignored) { - at91_rstc_t *rstc = (at91_rstc_t *) AT91_RSTC_BASE; + at91_rstc_t *rstc = (at91_rstc_t *) ATMEL_BASE_RSTC; writel(AT91_RSTC_KEY | AT91_RSTC_CR_PROCRST /* Processor Reset */ |