summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/a9m2440/lowlevel_init.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/a9m2440/lowlevel_init.S')
-rw-r--r--arch/arm/boards/a9m2440/lowlevel_init.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boards/a9m2440/lowlevel_init.S b/arch/arm/boards/a9m2440/lowlevel_init.S
index 916ab725e5..2c51e05806 100644
--- a/arch/arm/boards/a9m2440/lowlevel_init.S
+++ b/arch/arm/boards/a9m2440/lowlevel_init.S
@@ -3,7 +3,7 @@
*/
#include <config.h>
-#include <sizes.h>
+#include <linux/sizes.h>
#include <mach/s3c-iomap.h>
#include <mach/s3c24xx-gpio.h>
#include <asm/barebox-arm-head.h>
@@ -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))