[ARM] 4486/1: ns9xxx: fix a typo in the register definitions.
Fixed all users. Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:

committed by
Russell King

parent
cebfaf5f1c
commit
f4ae6413f4
@@ -178,7 +178,7 @@ void __init board_a9m9750dev_init_machine(void)
|
||||
|
||||
/* setup static CS0: memory configuration */
|
||||
reg = MEM_SMC(0);
|
||||
REGSET(reg, MEM_SMC, WSMC, OFF);
|
||||
REGSET(reg, MEM_SMC, PSMC, OFF);
|
||||
REGSET(reg, MEM_SMC, BSMC, OFF);
|
||||
REGSET(reg, MEM_SMC, EW, OFF);
|
||||
REGSET(reg, MEM_SMC, PB, 1);
|
||||
|
Reference in New Issue
Block a user