]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: relocation: fix typo in comment
authorHeiko Schocher <hs@denx.de>
Wed, 22 Sep 2010 12:06:33 +0000 (14:06 +0200)
committerWolfgang Denk <wd@denx.de>
Wed, 13 Oct 2010 07:50:55 +0000 (09:50 +0200)
Signed-off-by: Heiko Schocher <hs@denx.de>
include/configs/imx27lite-common.h
include/configs/km_arm.h
include/configs/omap3_beagle.h
include/configs/qong.h
include/configs/tx25.h

index 812e5f2e7180f65270ba12eda372aff96f1f86b6..905a2923e81bb4bb6df20b3a5e6d1b4dbbddf8c3 100644 (file)
        "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 */ \
index 8673e6ff64dbce957de46b4f9c88dfee7d468950..faa0f503266e6a5227bd86b4662d7a4f0d38b248 100644 (file)
@@ -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)
index 2463be416e044088033e179350b24789e7214292..21078cf86461e9c13b3391063d6ee3a121e3d1cb 100644 (file)
@@ -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)
index cbb53dd3d2820b67e35fe3511fe128ffa478d411..62ba7e084318474f85d29745f8eda90086aefbf1 100644 (file)
@@ -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
index c798570aec97f511ac12c2be0c0bb5bbf0c10f38..7faa4538b2919a0a4bfdd5e235a965f415e7ebf6 100644 (file)
        "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 */ \