Reviewed-by: Alice Guo <alice....@nxp.com> Best Regards, Alice Guo
> -----邮件原件----- > 发件人: U-Boot <u-boot-boun...@lists.denx.de> 代表 Fabio Estevam > 发送时间: 2025年5月9日 10:59 > 收件人: Alice Guo <alice....@nxp.com> > 抄送: tr...@konsulko.com; u-boot@lists.denx.de; thar...@gateworks.com; > Fabio Estevam <feste...@gmail.com> > 主题: [PATCH] imx95_evk: enable PCI early > > From: Tim Harvey <thar...@gateworks.com> > > Enable PCI early as the NETC device is an PCI ECAM device. > > Signed-off-by: Tim Harvey <thar...@gateworks.com> > Signed-off-by: Fabio Estevam <feste...@gmail.com> > --- > Resending because the original patch does not appear in patchwork or lore. > > configs/imx95_19x19_evk_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/imx95_19x19_evk_defconfig > b/configs/imx95_19x19_evk_defconfig > index fe968d5a2390..f78c416ae570 100644 > --- a/configs/imx95_19x19_evk_defconfig > +++ b/configs/imx95_19x19_evk_defconfig > @@ -42,6 +42,7 @@ CONFIG_SYS_PBSIZE=2074 > CONFIG_ARCH_MISC_INIT=y CONFIG_BOARD_EARLY_INIT_F=y > CONFIG_BOARD_LATE_INIT=y > +CONFIG_PCI_INIT_R=y > CONFIG_SPL_MAX_SIZE=0x20000 > CONFIG_SPL_BOARD_INIT=y > CONFIG_SPL_LOAD_IMX_CONTAINER=y > -- > 2.34.1