Re: [PATCH 1/5] smbios: correct definition of gd_smbios_start() macro

2023-12-26 Thread Simon Glass
Hi Heinrich, On Sat, Dec 23, 2023 at 12:44 AM Heinrich Schuchardt wrote: > > gd_smbios_start() currently points to a non-existent field. > It should return the field written by gd_set_smbios_start(). > > Fixes: 50834884a815 ("Record the position of the SMBIOS tables") > Signed-off-by: Heinrich Sc

[PATCH 1/5] smbios: correct definition of gd_smbios_start() macro

2023-12-22 Thread Heinrich Schuchardt
gd_smbios_start() currently points to a non-existent field. It should return the field written by gd_set_smbios_start(). Fixes: 50834884a815 ("Record the position of the SMBIOS tables") Signed-off-by: Heinrich Schuchardt --- include/asm-generic/global_data.h | 2 +- 1 file changed, 1 insertion(+