Files
u-boot/boot/bootctl
Simon Glass 40be1fd57d bootctl: Clean up some unwanted debugging in the logic
Tidy up the code style for checking the result of read_images() and drop
some commented-out debug lines.

Also fix a shadowed variable while we are here.

Signed-off-by: Simon Glass <simon.glass@canonical.com>
2025-12-07 17:18:57 -07:00
..
2025-10-18 09:38:25 +01:00
2025-12-07 17:18:57 -07:00
2025-10-18 09:38:26 +01:00

.. SPDX-License-Identifier: GPL-2.0+

Bootctl Library
===============

This library is a reference implementation of boot control, a way to control
the boot, used for experimentation.

.. Copyright 2025 Canonical Ltd
.. Written by Simon Glass <simon.glass@canonical.com>