[PATCH v2 22/26] x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)
Simon Glass
sjg at chromium.org
Sun Feb 26 15:56:42 CET 2023
On Fri, 24 Feb 2023 at 11:11, Troy Kisky <troykiskyboundary at 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 at gmail.com>
> ---
>
> 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(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list