]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
doc: bootstd: Describe the optional extension_overlay_addr environment
authorKory Maincent (TI.com) <kory.maincent@bootlin.com>
Tue, 4 Nov 2025 10:45:28 +0000 (11:45 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 6 Nov 2025 22:26:28 +0000 (23:26 +0100)
Add extension_overlay_addr description to the list of environment
variables that can be useful during the standard boot.

Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/develop/bootstd/overview.rst

index f0d420361f73b8eb60024ccab8adfc39d22f6b6b..397f6db18b4b7ecf549f5f3a574d8a7c1352252d 100644 (file)
@@ -252,6 +252,9 @@ Various environment variables are used by standard boot. These allow the board
 to control where things are placed when booting the OS. You should ensure that
 your boards sets values for these.
 
+extension_overlay_addr (needed if extension is used)
+    Address at which to load the extension FDT overlays, e.g. 0x02000000
+
 fdtfile
     Name of the flattened device tree (FDT) file to load, e.g.
     "rockchip/rk3399-rockpro64.dtb"