Skip to content

Commit ba8ca79

Browse files
neuschaeferxypron
authored andcommitted
Update links to doc/develop/falcon.rst
README.falcon was converted to ReST/HTML in 2023. Signed-off-by: J. Neuschäfer <j.ne@posteo.net> Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
1 parent 67479a8 commit ba8ca79

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

cmd/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

626626
config 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

common/spl/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

12161216
config SPL_OS_BOOT_SECURE
12171217
bool "Allow Falcon Mode on secure devices"

doc/board/ti/am335x_evm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ into memory, then written to NAND.
274274
Falcon 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,
278278
eMMC (or raw SD cards) and FAT SD cards. Our default behavior currently is
279279
to read a 'c' on the console while in SPL at any point prior to loading the
280280
OS payload (so as soon as possible) to opt to booting full U-Boot. Also

doc/develop/falcon.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. SPDX-License-Identifier: GPL-2.0-or-later
2+
.. _falcon-mode:
23

34
Falcon Mode
45
===========

0 commit comments

Comments
 (0)