summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/a9m2440
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-12-11 08:07:47 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-12-11 08:07:47 +0100
commit7413dc425800e3b4ef8aa83e0bb344ef913a739a (patch)
tree6776e0da168b1d1f6b8a285ec00999c21c27edca /arch/arm/boards/a9m2440
parentd15dceb2d03ffe541857e7543fe4a19fe58cf1e8 (diff)
downloadbarebox-7413dc425800e3b4ef8aa83e0bb344ef913a739a.tar.gz
barebox-7413dc425800e3b4ef8aa83e0bb344ef913a739a.tar.xz
treewide: Fix typo collumn -> column
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/a9m2440')
-rw-r--r--arch/arm/boards/a9m2440/lowlevel_init.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boards/a9m2440/lowlevel_init.S b/arch/arm/boards/a9m2440/lowlevel_init.S
index 916ab725e5..87112011bc 100644
--- a/arch/arm/boards/a9m2440/lowlevel_init.S
+++ b/arch/arm/boards/a9m2440/lowlevel_init.S
@@ -84,7 +84,7 @@ SDRAMDATA:
/*
* - MT = 11 (= sync dram type)
* - Trcd = 01 (= CL3)
- * - SCAN = 00 (= 8 bit collumns)
+ * - SCAN = 00 (= 8 bit columns)
*/
.word ((0x3 << 15) + (0x1 << 2) + (0x0))
.word ((0x3 << 15) + (0x1 << 2) + (0x0))
@@ -117,7 +117,7 @@ SDRAMDATA:
/*
* - MT = 11 (= sync dram type)
* - Trcd = 00 (= CL2)
- * - SCAN = 01 (= 9 bit collumns)
+ * - SCAN = 01 (= 9 bit columns)
*/
.word ((0x3 << 15) + (0x0 << 2) + (0x1))
.word ((0x3 << 15) + (0x0 << 2) + (0x1))
@@ -150,7 +150,7 @@ SDRAMDATA:
/*
* - MT = 11 (= sync dram type)
* - Trcd = 00 (= CL2)
- * - SCAN = 01 (= 9 bit collumns)
+ * - SCAN = 01 (= 9 bit columns)
*/
.word ((0x3 << 15) + (0x0 << 2) + (0x1))
.word ((0x3 << 15) + (0x0 << 2) + (0x1))
@@ -183,7 +183,7 @@ SDRAMDATA:
/*
* - MT = 11 (= sync dram type)
* - Trcd = 00 (= CL2)
- * - SCAN = 01 (= 9 bit collumns)
+ * - SCAN = 01 (= 9 bit columns)
*/
.word ((0x3 << 15) + (0x0 << 2) + (0x1))
.word ((0x3 << 15) + (0x0 << 2) + (0x1))