]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc/README.distro: kernel_comp_addr_r
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 17 Feb 2021 07:06:05 +0000 (08:06 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 21 Feb 2021 08:21:35 +0000 (09:21 +0100)
Add missing articles and preposition.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/README.distro

index cc1c41ecb3deba8ff2a38c5fa1eb3beb8fab4017..c4f041ca7124ae6260713c3c19a4d6ed439670fe 100644 (file)
@@ -259,10 +259,10 @@ kernel_addr_r:
 
 kernel_comp_addr_r:
   Optional. This is only required if user wants to boot Linux from a compressed
-  Image(.gz, .bz2, .lzma, .lzo) using booti command. It represents the location
-  in RAM where the compressed Image will be decompressed temporarily. Once the
-  decompression is complete, decompressed data will be moved kernel_addr_r for
-  booting.
+  Image(.gz, .bz2, .lzma, .lzo) using the booti command. It represents the
+  location in RAM where the compressed Image will be decompressed temporarily.
+  Once the decompression is complete, the decompressed data will be moved to
+  kernel_addr_r for booting.
 
 kernel_comp_size:
   Optional. This is only required if user wants to boot Linux from a compressed