summaryrefslogtreecommitdiff
path: root/doc/README.distro
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-02-17 10:06:05 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-02-21 11:21:35 +0300
commit3af8d1c44cc292854c2b87379a4837b86f94744b (patch)
treedfdac537baecce384a12552f8e4453a29769e2d5 /doc/README.distro
parent611e7f860a0fb5c7fe9bad5502a6b01118bfca8b (diff)
downloadu-boot-3af8d1c44cc292854c2b87379a4837b86f94744b.tar.xz
doc/README.distro: kernel_comp_addr_r
Add missing articles and preposition. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/README.distro')
-rw-r--r--doc/README.distro8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/README.distro b/doc/README.distro
index cc1c41ecb3..c4f041ca71 100644
--- a/doc/README.distro
+++ b/doc/README.distro
@@ -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