Files
u-boot/boot/bootctl
Simon Glass a23e4407d5 luks: Correct condition for calling handle_encrypted()
Use CONFIG_BLK_LUKS instead of CONFIG_LUKS, which does not exist. This
allows the test to pass.

Signed-off-by: Simon Glass <simon.glass@canonical.com>
2025-12-08 05:22:18 -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>