From 67f2cc272bcb0be6c0807e0e3dcf8f28458ff742 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Mon, 20 Jan 2025 12:34:45 +0000 Subject: [PATCH] Slight DeviceTree boot-mode clarification --- documentation/asciidoc/computers/configuration/device-tree.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/configuration/device-tree.adoc b/documentation/asciidoc/computers/configuration/device-tree.adoc index 368a37376..64085ba48 100644 --- a/documentation/asciidoc/computers/configuration/device-tree.adoc +++ b/documentation/asciidoc/computers/configuration/device-tree.adoc @@ -849,7 +849,7 @@ The firmware uses the special https://www.kernel.org/doc/html/latest/devicetree/ Each property is stored as a 32-bit integer unless indicated otherwise. -`boot-mode`:: The boot-mode used to load the kernel. See xref:raspberry-pi.adoc#BOOT_ORDER[BOOT_ORDER]. +`boot-mode`:: The boot-mode used to load the kernel. See the xref:raspberry-pi.adoc#BOOT_ORDER[BOOT_ORDER] documentation for a list of possible boot-mode values. `partition`:: The partition number used during boot. If a `boot.img` ramdisk is loaded then this refers to partition that the ramdisk was loaded from rather than the partition number within the ramdisk.