On 16.01.25 15:16, Patrick Rudolph wrote:
On Thu, Jan 16, 2025 at 2:34 PM Heinrich Schuchardt
<heinrich.schucha...@canonical.com> wrote:
Anything wrong with the patch series send Nov 14 2024 that addressed
this issue as well?
Reviewed-by: Patrick Rudolph <patrick.rudo...@9elements.com>
Could you, please, provide a link?
Hi Heinrich,
here it is https://lists.denx.de/pipermail/u-boot/2024-November/571757.html
I'm fine with either solution.
Regards,
Patrick
I was not aware of your patch, sorry.
With my patch the code size will be a bit smaller as the linker list
entries are not generated and functions acpi_write_madt() and
acpi_write_fadt() will be eliminated by the linker. I guess this is the
right way forward.
Best regards
Heinrich