Merge tag 'v2026.01-rc5' into next

Prepare v2026.01-rc5
This commit is contained in:
Tom Rini
2025-12-22 16:31:21 -06:00
12 changed files with 16 additions and 12 deletions

View File

@@ -280,7 +280,7 @@ When using dfu-util the following commands can be used to boot to a U-Boot shell
.. prompt:: bash $
dfu-util -a bootloader -D tiboot3.bin
dfu-util -R -a tispl -D tispl.bin
dfu-util -R -a tispl.bin -D tispl.bin
dfu-util -R -a u-boot.img -D u-boot.img
Debugging U-Boot

View File

@@ -329,7 +329,7 @@ When using dfu-util the following commands can be used to boot to a U-Boot shell
.. prompt:: bash $
dfu-util -a bootloader -D tiboot3.bin
dfu-util -R -a tispl -D tispl.bin
dfu-util -R -a tispl.bin -D tispl.bin
dfu-util -R -a u-boot.img -D u-boot.img
.. am62x_evm_rst_include_end_dfu_boot

View File

@@ -546,7 +546,7 @@ either of ``CONFIG_NET`` or ``CONFIG_NET_LWIP`` is set:
.. code-block:: python
@pytest.mark.buildconfigspec('net', 'net lwip')
@pytest.mark.buildconfigspec('net', 'net_lwip')
The ``notbuildconfigspec()`` annotation can be used to require a configuration
option not to be set. The following annotation requires ``CONFIG_RISCV=n``:

View File

@@ -79,7 +79,7 @@ For the next scheduled release, release candidates were made on:
* U-Boot |next_ver|-rc4 was released on Mon 08 December 2025.
.. * U-Boot |next_ver|-rc5 was released on Tue 22 December 2025.
* U-Boot |next_ver|-rc5 was released on Mon 22 December 2025.
Please note that the following dates are planned only and may be deviated from
as needed.