diff options
author | Heiko Schocher <hs@denx.de> | 2010-09-22 14:06:33 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-13 09:50:55 +0200 |
commit | a784c01adcefe3efd4e651c5230e6117a7be35f8 (patch) | |
tree | e502c105aa1df8e827d83373f9c653b825fa5126 /include/configs/km_arm.h | |
parent | 0b20ed76c07e8607436d649db768502dcd94dc9b (diff) | |
download | u-boot-imx-a784c01adcefe3efd4e651c5230e6117a7be35f8.zip u-boot-imx-a784c01adcefe3efd4e651c5230e6117a7be35f8.tar.gz u-boot-imx-a784c01adcefe3efd4e651c5230e6117a7be35f8.tar.bz2 |
ARM: relocation: fix typo in comment
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/km_arm.h')
-rw-r--r-- | include/configs/km_arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/km_arm.h b/include/configs/km_arm.h index 8673e6f..faa0f50 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) |