Re: [PATCH] system certificates: specify byte alignment
From: Will Deacon
Date: Mon Sep 22 2025 - 12:38:09 EST
On Fri, Sep 12, 2025 at 11:00:15AM +0100, Giuliano Procida wrote:
> The .align macro is architecture dependent. On arm64 it behaves as
> .p2align. The various alignments in this file are all bytes.
>
> So use the .balign macro to avoid unnecessary padding due to
> over-alignment.
>
> Signed-off-by: Giuliano Procida <gprocida@xxxxxxxxxx>
> ---
> certs/system_certificates.S | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Does certs/revocation_certificates.S need fixing as well?
Will