diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-01-27 02:50:28 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-01-29 10:23:40 +0100 |
commit | ab37facd465b76ac1993d4c5b20100bdc5038aab (patch) | |
tree | e3e14be52510d6a7a005413f00efbd71a4541e93 | |
parent | 92a09407967bfe9ed2d402db782b18450ff783b3 (diff) | |
download | u-boot-ab37facd465b76ac1993d4c5b20100bdc5038aab.zip u-boot-ab37facd465b76ac1993d4c5b20100bdc5038aab.tar.gz u-boot-ab37facd465b76ac1993d4c5b20100bdc5038aab.tar.bz2 |
doc: describe MSEL settings for booting from SD card
unmatched.rst describes booting from SD card or from SPI. But only for
booting from SPI the boot selection settings are described.
Add the missing information.
Fix a typo 'uSD'.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r-- | doc/board/sifive/unmatched.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/board/sifive/unmatched.rst b/doc/board/sifive/unmatched.rst index b52a1f6..24a8899 100644 --- a/doc/board/sifive/unmatched.rst +++ b/doc/board/sifive/unmatched.rst @@ -20,8 +20,11 @@ The support for following drivers are already enabled: 4. SiFive SPI Driver. 5. MMC SPI Driver for MMC/SD support. -Booting from uSD using U-Boot SPL ---------------------------------- +Booting from micro SD card using U-Boot SPL +------------------------------------------- + +Booting from an SD card requires that the boot mode selection DIP switches +MSEL[3:0] are set to 1011. Building -------- |