mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 13:56:20 +00:00
doc: android: Fix a typo
%s/than/then Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
f37513c3ad
commit
5a2d5cbd31
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Android Boot Image is used to boot Android OS. It usually contains kernel image
|
||||||
(like ``zImage`` file) and ramdisk. Sometimes it can contain additional
|
(like ``zImage`` file) and ramdisk. Sometimes it can contain additional
|
||||||
binaries. This image is built as a part of AOSP (called ``boot.img``), and being
|
binaries. This image is built as a part of AOSP (called ``boot.img``), and being
|
||||||
flashed into ``boot`` partition on eMMC. Bootloader then reads that image from
|
flashed into ``boot`` partition on eMMC. Bootloader then reads that image from
|
||||||
``boot`` partition to RAM and boots the kernel from it. Kernel than starts
|
``boot`` partition to RAM and boots the kernel from it. Kernel then starts
|
||||||
``init`` process from the ramdisk. It should be mentioned that recovery image
|
``init`` process from the ramdisk. It should be mentioned that recovery image
|
||||||
(``recovery.img``) also has Android Boot Image format.
|
(``recovery.img``) also has Android Boot Image format.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue