diff options
| author | Tom Rini <[email protected]> | 2024-01-08 09:11:53 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-08 09:11:53 -0500 |
| commit | f28a77589e7505535a4eebdc7269df98f67dbe68 (patch) | |
| tree | 69bb9a116ba839ffc101d1ae923485401332294f /include/asm-generic | |
| parent | c2c598e87cfe56f5991730762c00733c5aa9a994 (diff) | |
| parent | 8c4b37ce97c27ad4e7f83b028d4cd1396a51a36f (diff) | |
Merge tag 'dm-next-7jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
switch to SMBIOS3 tables
allow devicetree from bloblist
ACPI support for ARM and RISC-V
Diffstat (limited to 'include/asm-generic')
| -rw-r--r-- | include/asm-generic/global_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index 99bde9ec7e4..fcc3c6e14ca 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -553,7 +553,7 @@ static_assert(sizeof(struct global_data) == GD_SIZE); #endif #ifdef CONFIG_SMBIOS -#define gd_smbios_start() gd->smbios_start +#define gd_smbios_start() gd->arch.smbios_start #define gd_set_smbios_start(addr) gd->arch.smbios_start = addr #else #define gd_smbios_start() 0UL |
