Fix spelling of "occur".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Acked-by: Angelo Dureghello <angelo@sysam.it> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Tom Rini
parent
1381901e9a
commit
82bd2f29ea
@@ -93,7 +93,7 @@ phys_size_t initdram(int board_type)
|
||||
out_be32((u32 *)0x00000004, 0xbeaddeed);
|
||||
/* issue AUTOREFRESH */
|
||||
out_be32(&dc->dacr0, 0x0000b304);
|
||||
/* let refresh occour */
|
||||
/* let refresh occur */
|
||||
fudelay(1);
|
||||
|
||||
out_be32(&dc->dacr0, 0x0000b344);
|
||||
|
||||
Reference in New Issue
Block a user