summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91_reset.S
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-06-13 04:52:19 +0000
committerimp <imp@FreeBSD.org>2012-06-13 04:52:19 +0000
commit8839854e9395697ca22da00ae9b9ed0f0021e04a (patch)
treea01d1deb378caf31cfcf5f280a3320f24e6561b8 /sys/arm/at91/at91_reset.S
parent636759d6c06739a9a1f43d9f0dbd149434b9c98f (diff)
downloadFreeBSD-src-8839854e9395697ca22da00ae9b9ed0f0021e04a.zip
FreeBSD-src-8839854e9395697ca22da00ae9b9ed0f0021e04a.tar.gz
Strip trailing whitespace before other changes.
Diffstat (limited to 'sys/arm/at91/at91_reset.S')
-rw-r--r--sys/arm/at91/at91_reset.S14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/arm/at91/at91_reset.S b/sys/arm/at91/at91_reset.S
index c6c2be9..6ff7da0 100644
--- a/sys/arm/at91/at91_reset.S
+++ b/sys/arm/at91/at91_reset.S
@@ -10,21 +10,21 @@ __FBSDID("$FreeBSD$");
#define RSTC_RCR (AT91SAM9G20_BASE + \
AT91SAM9G20_RSTC_BASE + RST_CR)
-/*
+/*
* From AT91SAM9G20 Datasheet errata 44:3.5:
*
* When User Reset occurs durring SDRAM read acces, eh SDRAM clock is turned
* off while data are ready to be read on the data bus. The SDRAM maintains
- * the data until the clock restarts.
- *
+ * the data until the clock restarts.
+ *
* If the User reset is programed to assert a general reset, the data
* maintained by the SDRAM leads to a data bus conflict and adversly affects
* the boot memories connected to the EBI:
* + NAND Flash boot functionality, if the system boots out of internal ROM.
- * + NOR Flash boot, if the system boots on an external memory connected to
+ * + NOR Flash boot, if the system boots on an external memory connected to
* the EBI CS0.
*
- * Assembly code is mandatory for the following sequnce as ARM
+ * Assembly code is mandatory for the following sequnce as ARM
* instructions need to be piplined.
*
*/
@@ -38,12 +38,12 @@ ENTRY(cpu_reset_sam9g20)
/* Change Refresh to block all data access */
ldr r0, =SDRAM_TR
- ldr r1, =1
+ ldr r1, =1
str r1, [r0]
/* Prepare power down command */
ldr r0, =SDRAM_LPR
- ldr r1, =2
+ ldr r1, =2
/* Prepare proc_reset and periph reset */
ldr r2, =RSTC_RCR
OpenPOWER on IntegriCloud