From 480ed1dea103a1c8f4591afc77d2de3c7868d983 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 18 Jan 2008 12:55:00 -0800 Subject: use correct at91rm9200 register name This fixes a naming bug for at91rm9200 lowlevel init code: NOR boot flash is on chipselect 0, not chipselect 2. This makes code use the register name from chip datasheets. Signed-off-by: David Brownell --- include/configs/csb637.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/csb637.h') diff --git a/include/configs/csb637.h b/include/configs/csb637.h index f93c3bcd6..e9c6d8e7a 100644 --- a/include/configs/csb637.h +++ b/include/configs/csb637.h @@ -51,7 +51,7 @@ #define MC_ASR_VAL 0x00000000 #define MC_AASR_VAL 0x00000000 #define EBI_CFGR_VAL 0x00000000 -#define SMC2_CSR_VAL 0x00003284 /* 16bit, 2 TDF, 4 WS */ +#define SMC_CSR0_VAL 0x00003284 /* 16bit, 2 TDF, 4 WS */ /* clocks */ #define PLLAR_VAL 0x2031BE01 /* 184.320000 MHz for PCK */ -- cgit v1.2.3