aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2010-09-22 14:06:33 +0200
committerWolfgang Denk <wd@denx.de>2010-10-13 09:50:55 +0200
commita784c01adcefe3efd4e651c5230e6117a7be35f8 (patch)
treee502c105aa1df8e827d83373f9c653b825fa5126
parent0b20ed76c07e8607436d649db768502dcd94dc9b (diff)
ARM: relocation: fix typo in comment
Signed-off-by: Heiko Schocher <hs@denx.de>
-rw-r--r--include/configs/imx27lite-common.h2
-rw-r--r--include/configs/km_arm.h2
-rw-r--r--include/configs/omap3_beagle.h2
-rw-r--r--include/configs/qong.h2
-rw-r--r--include/configs/tx25.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/imx27lite-common.h b/include/configs/imx27lite-common.h
index 812e5f2e7..905a2923e 100644
--- a/include/configs/imx27lite-common.h
+++ b/include/configs/imx27lite-common.h
@@ -235,7 +235,7 @@
"mtdids=" MTDIDS_DEFAULT "\0" \
"mtdparts=" MTDPARTS_DEFAULT "\0" \
-/* additions for new relocation code, must added to all boards */
+/* additions for new relocation code, must be added to all boards */
#undef CONFIG_SYS_ARM_WITHOUT_RELOC /* This board is tested with relocation support */
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x1000 - /* Fix this */ \
diff --git a/include/configs/km_arm.h b/include/configs/km_arm.h
index 8673e6ff6..faa0f5032 100644
--- a/include/configs/km_arm.h
+++ b/include/configs/km_arm.h
@@ -180,7 +180,7 @@ int get_scl (void);
#undef CONFIG_JFFS2_CMDLINE
#endif
-/* additions for new relocation code, must added to all boards */
+/* additions for new relocation code, must be added to all boards */
#define CONFIG_SYS_SDRAM_BASE 0x00000000
#define CONFIG_SYS_INIT_SP_ADDR (0x00000000 + 0x1000 - /* Fix this */ \
CONFIG_SYS_GBL_DATA_SIZE)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 2463be416..21078cf86 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -340,7 +340,7 @@ extern unsigned int boot_flash_sec;
extern unsigned int boot_flash_type;
#endif
-/* additions for new relocation code, must added to all boards */
+/* additions for new relocation code, must be added to all boards */
#undef CONFIG_SYS_ARM_WITHOUT_RELOC /* This board is tested with relocation support */
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
#define CONFIG_SYS_INIT_SP_ADDR (LOW_LEVEL_SRAM_STACK - CONFIG_SYS_GBL_DATA_SIZE)
diff --git a/include/configs/qong.h b/include/configs/qong.h
index cbb53dd3d..62ba7e084 100644
--- a/include/configs/qong.h
+++ b/include/configs/qong.h
@@ -282,7 +282,7 @@ extern int qong_nand_rdy(void *chip);
"mtdparts=physmap-flash.0:384k(U-Boot),128k(env1)," \
"128k(env2),2432k(kernel),13m(ramdisk),-(user)"
-/* additions for new relocation code, must added to all boards */
+/* additions for new relocation code, must be added to all boards */
#undef CONFIG_SYS_ARM_WITHOUT_RELOC /* This board is tested with relocation support */
#define CONFIG_SYS_SDRAM_BASE 0x80000000
#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
diff --git a/include/configs/tx25.h b/include/configs/tx25.h
index c798570ae..7faa4538b 100644
--- a/include/configs/tx25.h
+++ b/include/configs/tx25.h
@@ -176,7 +176,7 @@
"update=nand erase 0 40000;nand write ${loadaddr} 0 40000\0" \
"upd=run load update\0" \
-/* additions for new relocation code, must added to all boards */
+/* additions for new relocation code, must be added to all boards */
#undef CONFIG_SYS_ARM_WITHOUT_RELOC /* This board is tested with relocation support */
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x1000 - /* Fix this */ \