Am 31. Dezember 2025 21:01:30 MEZ schrieb "J. Neuschäfer via B4 Relay" <[email protected]>: >From: "J. Neuschäfer" <[email protected]> > >README.falcon was converted to HTML in 2023. > >Signed-off-by: J. Neuschäfer <[email protected]> >--- > cmd/Kconfig | 4 ++-- > common/spl/Kconfig | 2 +- > doc/board/ti/am335x_evm.rst | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/cmd/Kconfig b/cmd/Kconfig >index b71ac554c0b..fca2a0b0e39 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 4b10e9c3880..f0612acf0c2 100644 >--- a/common/spl/Kconfig >+++ b/common/spl/Kconfig >@@ -1209,7 +1209,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..a54439de29f 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 "Falcon Mode" (see doc/develop/falcon.rst) via >NAND,
Thank you for the suggested changes. Inside .rst files, please, use document links. See https://www.sphinx-doc.org/en/master/usage/referencing.html. Best regards Heinrich > 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 > >--- >base-commit: 8f520c0d5656196ec4912c837cc156a399350c33 >change-id: 20251231-falcon-7a97211ecbbe > >Best regards,

