]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Update links to doc/develop/falcon.rst
authorJ. Neuschäfer <j.ne@posteo.net>
Thu, 1 Jan 2026 14:17:01 +0000 (15:17 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 19 Jan 2026 09:31:21 +0000 (10:31 +0100)
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>
cmd/Kconfig
common/spl/Kconfig
doc/board/ti/am335x_evm.rst
doc/develop/falcon.rst

index 595ac49da41b141e3d71fc580149ded339d0fa69..20df068d55c88b3946c901827644cd137b25b295 100644 (file)
@@ -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).
 
index c7db88345b49bd730cd67462789baf4f9dfb47b5..e456d02dc8b3eab0ef8fba87160abfa68af5f5a8 100644 (file)
@@ -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"
index 40e144948a3001e1c0863c3bb16e8fad7a52acfc..b14ba41917e7779061469b9c330947d7ba1c1fdb 100644 (file)
@@ -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
index 528a9c389bf6bb38aeb3a7fe7b03f51145518b67..3fc23f65c458dc61af4ca5afafd6124f8d1a0a97 100644 (file)
@@ -1,4 +1,5 @@
 .. SPDX-License-Identifier: GPL-2.0-or-later
+.. _falcon-mode:
 
 Falcon Mode
 ===========