
11 Aug
2023
11 Aug
'23
2:49 p.m.
On Tue, Mar 14, 2023 at 5:32 AM Troy Kisky troykiskyboundary@gmail.com wrote:
This avoids an error when ifdef CONFIG_PCI is changed to if CONFIG_IS_ENABLED(PCI)
Signed-off-by: Troy Kisky troykiskyboundary@gmail.com
(no changes since v2)
Changes in v2:
- use an accessor function gd_set_pci_ram_top
arch/x86/cpu/i386/cpu.c | 2 +- include/asm-generic/global_data.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-)
rebased on u-boot-x86/master, and applied to u-boot-x86, thanks!