[PATCH v2 2/2] efi/fdt: ignore dtb when acpi option is used with force
Mark Brown
broonie at kernel.org
Mon Nov 25 09:18:14 PST 2024
On Mon, Nov 25, 2024 at 05:07:58PM +0000, Yeoreum Yun wrote:
> unsigned long fdt_addr = 0;
> unsigned long fdt_size = 0;
> + bool acpi_force = false;
> +
>
Extra blank line added here.
> if (!IS_ENABLED(CONFIG_EFI_ARMSTUB_DTB_LOADER) ||
> - efi_get_secureboot() != efi_secureboot_mode_disabled) {
> + efi_get_secureboot() != efi_secureboot_mode_disabled ||
> + acpi_force) {
Should this line be aligned with the prior one?
The actual change looks sensible to me.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20241125/0893326c/attachment.sig>
More information about the linux-arm-kernel
mailing list