Hi Oleksii, > On 27 Nov 2025, at 16:26, Oleksii Kurochko <[email protected]> wrote: > > The current implementation of make_chosen_node() does not contain any > architecture-specific logic. Therefore, move it from arch-specific > files to common code. > > At this stage, there is no need to introduce an arch_make_chosen_node(), > as no architecture-specific customization is required. > > This change avoids duplication and simplifies future maintenance for > architectures like RISC-V and ARM. > > Signed-off-by: Oleksii Kurochko <[email protected]> > ---
Changes looks good to me! I’ve also run on arm64 and arm32 on FVP platform. Reviewed-by: Luca Fancellu <[email protected]> Tested-by: Luca Fancellu <[email protected]> Cheers, Luca
