summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ. Neuschäfer <[email protected]>2026-01-01 15:17:01 +0100
committerHeinrich Schuchardt <[email protected]>2026-01-19 10:31:21 +0100
commitba8ca7965b506a7c759da7907148609df6d9e715 (patch)
treed5b48feb5cccf097f2645421d00c992e3c000ef3
parent67479a8ab9ff99d7690cbb85551949d61951459a (diff)
Update links to doc/develop/falcon.rst
README.falcon was converted to ReST/HTML in 2023. Signed-off-by: J. Neuschäfer <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]>
-rw-r--r--cmd/Kconfig4
-rw-r--r--common/spl/Kconfig2
-rw-r--r--doc/board/ti/am335x_evm.rst2
-rw-r--r--doc/develop/falcon.rst1
4 files changed, 5 insertions, 4 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 595ac49da41..20df068d55c 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -620,7 +620,7 @@ config CMD_SPL
help
Falcon mode allows booting directly from SPL into an Operating
System such as Linux, thus skipping U-Boot proper. See
- doc/README.falcon for full information about how to use this
+ doc/develop/falcon.rst for full information about how to use this
command.
config CMD_SPL_NAND_OFS
@@ -629,7 +629,7 @@ config CMD_SPL_NAND_OFS
default 0x0
help
This provides the offset of the command line arguments for Linux
- when booting from NAND in Falcon mode. See doc/README.falcon
+ when booting from NAND in Falcon mode. See doc/develop/falcon.rst
for full information about how to use this option (and also see
board/gateworks/gw_ventana/README for an example).
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index c7db88345b4..e456d02dc8b 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1211,7 +1211,7 @@ config SPL_OS_BOOT
depends on ARM || MICROBLAZE || PPC
help
Enable booting directly to an OS from SPL.
- for more info read doc/README.falcon
+ for more info read doc/develop/falcon.rst
config SPL_OS_BOOT_SECURE
bool "Allow Falcon Mode on secure devices"
diff --git a/doc/board/ti/am335x_evm.rst b/doc/board/ti/am335x_evm.rst
index 40e144948a3..b14ba41917e 100644
--- a/doc/board/ti/am335x_evm.rst
+++ b/doc/board/ti/am335x_evm.rst
@@ -274,7 +274,7 @@ into memory, then written to NAND.
Falcon Mode
-----------
-The default build includes "Falcon Mode" (see doc/README.falcon) via NAND,
+The default build includes :ref:`falcon-mode` via NAND,
eMMC (or raw SD cards) and FAT SD cards. Our default behavior currently is
to read a 'c' on the console while in SPL at any point prior to loading the
OS payload (so as soon as possible) to opt to booting full U-Boot. Also
diff --git a/doc/develop/falcon.rst b/doc/develop/falcon.rst
index 528a9c389bf..3fc23f65c45 100644
--- a/doc/develop/falcon.rst
+++ b/doc/develop/falcon.rst
@@ -1,4 +1,5 @@
.. SPDX-License-Identifier: GPL-2.0-or-later
+.. _falcon-mode:
Falcon Mode
===========