[PATCH v3 21/23] x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)
Bin Meng
bmeng.cn at gmail.com
Fri Aug 11 14:49:46 CEST 2023
On Tue, Mar 14, 2023 at 5:32 AM 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>
> ---
>
> (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!
More information about the U-Boot
mailing list