diff options
author | Pali Rohár <pali@kernel.org> | 2022-01-24 20:45:52 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-01-29 10:23:40 +0100 |
commit | 8f89e194d64b3f297058b84286c31064cc7c142a (patch) | |
tree | 0616d8b05db502c982984452b42150eebd73ec7c /doc/README.nokia_rx51 | |
parent | 2d0953c0e0de02dc470345c2b07d77d2a782dba6 (diff) | |
download | u-boot-8f89e194d64b3f297058b84286c31064cc7c142a.zip u-boot-8f89e194d64b3f297058b84286c31064cc7c142a.tar.gz u-boot-8f89e194d64b3f297058b84286c31064cc7c142a.tar.bz2 |
Nokia RX-51: Update documentation about ext2/3/4
Since commit 25c5b6517854 ("Nokia RX-51: Do not try calling both ext2load
and ext4load") command ext4load is used for all ext2/3/4 fs variants.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/README.nokia_rx51')
-rw-r--r-- | doc/README.nokia_rx51 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/README.nokia_rx51 b/doc/README.nokia_rx51 index 7f22ed4..1be0775 100644 --- a/doc/README.nokia_rx51 +++ b/doc/README.nokia_rx51 @@ -44,8 +44,7 @@ Boot from SD or eMMC in this order: * 1.2 find uImage on first fat partition * 1.3 find zImage on first fat partition * 1.4 same order for 2. - 4. fat partition - * 2. same as 1. but for ext2/3 partition - * 3. same as 1. but for ext4 partition + * 2. same as 1. but for ext2/3/4 partition Available additional commands/variables: @@ -70,7 +69,7 @@ Additional variables for loading files from mmc: * mmc ${mmcnum} (0 - external, 1 - internal) * partition number ${mmcpart} (1 - 4) - * parition type ${mmctype} (fat, ext2, ext4) + * partition type ${mmctype} (fat, ext2, ext4; ext2 is just alias for ext4) Additional variables for booting kernel: |