]> git.sur5r.net Git - u-boot/blobdiff - doc/uImage.FIT/command_syntax_extensions.txt
Merge branch 'master' of git://git.denx.de/u-boot-i2c
[u-boot] / doc / uImage.FIT / command_syntax_extensions.txt
index 6185cd838ce1ad16b3ce48d1eb518168de02babc..6c99b1c1594432a0e4622819ccd3f5bb23edc346 100644 (file)
@@ -160,7 +160,7 @@ Note on current image address
 
 When bootm is called without arguments, the image at current image address is
 booted. The current image address is the address set most recently by a load
-command, etc, and is by default equal to CFG_LOAD_ADDR. For example, consider
+command, etc, and is by default equal to CONFIG_SYS_LOAD_ADDR. For example, consider
 the following commands:
 
 tftp 200000 /tftpboot/kernel
@@ -170,7 +170,7 @@ bootm 200000
 
 In case of the new uImage argument syntax, the address portion of any argument
 can be omitted. If <addr3> is omitted, then it is assumed that image at
-<addr2> should be used. Similarly, when <addr2> is omitted, is is assumed that
+<addr2> should be used. Similarly, when <addr2> is omitted, it is assumed that
 image at <addr1> should be used. If <addr1> is omitted, it is assumed that the
 current image address is to be used. For example, consider the following
 commands: