File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ config CMD_SPL
620620 help
621621 Falcon mode allows booting directly from SPL into an Operating
622622 System such as Linux, thus skipping U-Boot proper. See
623- doc/README. falcon for full information about how to use this
623+ doc/develop/ falcon.rst for full information about how to use this
624624 command.
625625
626626config CMD_SPL_NAND_OFS
@@ -629,7 +629,7 @@ config CMD_SPL_NAND_OFS
629629 default 0x0
630630 help
631631 This provides the offset of the command line arguments for Linux
632- when booting from NAND in Falcon mode. See doc/README. falcon
632+ when booting from NAND in Falcon mode. See doc/develop/ falcon.rst
633633 for full information about how to use this option (and also see
634634 board/gateworks/gw_ventana/README for an example).
635635
Original file line number Diff line number Diff line change @@ -1211,7 +1211,7 @@ config SPL_OS_BOOT
12111211 depends on ARM || MICROBLAZE || PPC
12121212 help
12131213 Enable booting directly to an OS from SPL.
1214- for more info read doc/README. falcon
1214+ for more info read doc/develop/ falcon.rst
12151215
12161216config SPL_OS_BOOT_SECURE
12171217 bool "Allow Falcon Mode on secure devices"
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ into memory, then written to NAND.
274274Falcon Mode
275275-----------
276276
277- The default build includes "Falcon Mode" (see doc/README. falcon) via NAND,
277+ The default build includes :ref: ` falcon-mode ` via NAND,
278278eMMC (or raw SD cards) and FAT SD cards. Our default behavior currently is
279279to read a 'c' on the console while in SPL at any point prior to loading the
280280OS payload (so as soon as possible) to opt to booting full U-Boot. Also
Original file line number Diff line number Diff line change 11.. SPDX-License-Identifier: GPL-2.0-or-later
2+ .. _falcon-mode :
23
34Falcon Mode
45===========
You can’t perform that action at this time.
0 commit comments