> -----Original Message-----
> From: Priyanka Jain <priyanka.j...@nxp.com>
> Sent: 2019年10月22日 17:45
> To: Xiaowei Bao <xiaowei....@nxp.com>; Jagdish Gediya
> <jagdish.ged...@nxp.com>; ja...@amarulasolutions.com;
> u-boot@lists.denx.de
> Cc: Xiaowei Bao <xiaowei....@nxp.com>
> Subject: RE: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI
> 
> 
> 
> >-----Original Message-----
> >From: U-Boot <u-boot-boun...@lists.denx.de> On Behalf Of Xiaowei Bao
> >Sent: Monday, October 21, 2019 2:32 PM
> >To: Jagdish Gediya <jagdish.ged...@nxp.com>;
> >ja...@amarulasolutions.com; u-boot@lists.denx.de
> >Cc: Xiaowei Bao <xiaowei....@nxp.com>
> >Subject: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI
> configs: spi:  -> spi: Kconfig
> 
> I understand you are adding config, because you have missed it earlier.
> But better would be something like Miss->Add

Thanks for your comments, this CONFIG option is missed by Jagan Teki, so I add 
it
in Kconfig file, otherwise, the ESPI will not work in some PPC board.

Thanks 
Xiaowei

> 
> ESPI -> FSL_ESPI
> >
> >Miss the SPI_FLASH_BAR for the ESPI controller of FSL.
> >
> >Signed-off-by: Xiaowei Bao <xiaowei....@nxp.com>
> >---
> > drivers/spi/Kconfig | 1 +
> > 1 file changed, 1 insertion(+)
> >
> >diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index
> >b8ca2bd..7003569
> >100644
> >--- a/drivers/spi/Kconfig
> >+++ b/drivers/spi/Kconfig
> >@@ -367,6 +367,7 @@ config CF_SPI
> >
> > config FSL_ESPI
> >     bool "Freescale eSPI driver"
> >+    imply SPI_FLASH_BAR
> >     help
> >       Enable the Freescale eSPI driver. This driver can be used to
> >       access the SPI interface and SPI NOR flash on platforms embedding
> >--
> 
> --priyankajain
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to