Hi Heinrich, On Sat, 16 Dec 2023 at 12:23, Heinrich Schuchardt <heinrich.schucha...@canonical.com> wrote: > > On 12/16/23 19:46, Simon Glass wrote: > > Hi Heinrich, > > > > On Fri, 15 Dec 2023 at 06:32, Heinrich Schuchardt > > <heinrich.schucha...@canonical.com> wrote: > >> > >> Add fields for the location of ACPI tables to the global data. > >> > >> Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > >> --- > >> v2: > >> new patch > >> --- > >> arch/arm/include/asm/global_data.h | 4 ++++ > >> 1 file changed, 4 insertions(+) > > > > These need to be #ifdefed as they affect global_data size, > > particularly in SPL. In fact, we have a problem there. > > Why would it be problematic to have more unused fields in global data?
It uses memory, i.e. SRAM, which is not that large. Regards, Simon