summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-04-17 10:12:18 -0600
committerTom Rini <[email protected]>2026-04-17 10:12:18 -0600
commit7decfc66197ab9651e8993582224377be3dd8fb5 (patch)
tree4ad2250c0ec35ebf9d862ca4ce807c3fd763cdf7 /doc/usage
parentbc6c4ee8d4309af706002a8d8b6bb2871c07fca2 (diff)
parent98d1d3227e8d9513a2705e9fa4c8aa9d20d8eeac (diff)
Merge tag 'efi-2026-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2026-07-rc1 CI: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/29844 Documentation: * correct title of CONTRIBUTE.rst * Fix fdt resize argument in fdt_overlays.rst * api: bootcount: correct bootcount description * binman: Add Sphinx extension to auto-generate entry and bintool docs * binman: Remove pre-generated entries.rst and bintools.rst * j784s4_evm: Automate BAR address lookup for PCIe Boot UEFI: * efi_var_sf: Do not fail on blank SPI Flash * Allow disabling ANSI console queries via Kconfig * bootstd: efi: Handle prior-stage FDT in network path * event: Check return value from event_notify_null() * event: Introduce EVT_POST_PREBOOT event * fwu: Move boottime checks to EVT_POST_PREBOOT
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/fdt_overlays.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/fdt_overlays.rst b/doc/usage/fdt_overlays.rst
index 15ebd17ccb1..730cb85b39a 100644
--- a/doc/usage/fdt_overlays.rst
+++ b/doc/usage/fdt_overlays.rst
@@ -104,11 +104,11 @@ Manually Loading and Applying Overlays
=> fdt addr $fdtaddr
-4. Grow it enough so it can encompass all applied overlays
+4. Grow it enough so it can encompass all applied overlays (the argument in hex)
::
- => fdt resize 8192
+ => fdt resize 2000
5. You are now ready to apply the overlay.