mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
doc/README.distro: kernel_comp_addr_r
Add missing articles and preposition. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
611e7f860a
commit
3af8d1c44c
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue