On Fri, 24 Apr 2026 at 01:44, Alec Ari <[email protected]> wrote:
>
> From c5eabff997cf2231326c532c2cbc51fa1334fb9b Mon Sep 17 00:00:00 2001
> From: Alec Ari <[email protected]>
> Date: Thu, 23 Apr 2026 16:42:06 -0500
> Subject: raspi4b: Disable L2 cache
>
> L2 cache is not implemented yet, this patch requires
> `clk_ignore_unused` to be set in the kernel cli.
>
> Now able to boot a 7.0 mainline kernel.
To check I understand correctly, to boot a 7.0 kernel you
need both of:
(1) this patch applied
(2) the "clk_ignore_unused" argument to be added to
the kernel command line
and it won't boot with just this patch alone?
thanks
-- PMM