On 27/11/2025 17:26, Oleksii Kurochko 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]>
Acked-by: Michal Orzel <[email protected]>
~Michal