On Tue, Jul 23, 2019 at 9:34 PM Hou Zhiqiang <zhiqiang....@nxp.com> wrote:
>
> Enable the DM PCIe driver in T4240RDB defconfig.
>
> Signed-off-by: Hou Zhiqiang <zhiqiang....@nxp.com>
> ---
>  configs/T4240RDB_SDCARD_defconfig | 4 ++++
>  configs/T4240RDB_defconfig        | 4 ++++
>  2 files changed, 8 insertions(+)
>
> diff --git a/configs/T4240RDB_SDCARD_defconfig 
> b/configs/T4240RDB_SDCARD_defconfig
> index a70c237..cce4872 100644
> --- a/configs/T4240RDB_SDCARD_defconfig
> +++ b/configs/T4240RDB_SDCARD_defconfig
> @@ -50,6 +50,10 @@ CONFIG_PHYLIB=y
>  CONFIG_PHY_GIGE=y
>  CONFIG_E1000=y
>  CONFIG_MII=y
> +CONFIG_DM=y
> +CONFIG_DM_PCI=y
> +CONFIG_DM_PCI_COMPAT=y

Again, why is this option needed?

> +CONFIG_PCIE_FSL=y
>  CONFIG_SYS_NS16550=y
>  CONFIG_SPI=y
>  CONFIG_FSL_ESPI=y
> diff --git a/configs/T4240RDB_defconfig b/configs/T4240RDB_defconfig
> index d4ce176..bdadfa8 100644
> --- a/configs/T4240RDB_defconfig
> +++ b/configs/T4240RDB_defconfig
> @@ -39,6 +39,10 @@ CONFIG_PHYLIB=y
>  CONFIG_PHY_GIGE=y
>  CONFIG_E1000=y
>  CONFIG_MII=y
> +CONFIG_DM=y
> +CONFIG_DM_PCI=y
> +CONFIG_DM_PCI_COMPAT=y
> +CONFIG_PCIE_FSL=y
>  CONFIG_SYS_NS16550=y
>  CONFIG_SPI=y
>  CONFIG_FSL_ESPI=y
> --

Regards,
Bin
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to