Re: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI

2019-10-24 Thread Xiaowei Bao
> -Original Message- > From: Jagan Teki > Sent: 2019年10月24日 3:40 > To: Xiaowei Bao > Cc: Priyanka Jain ; Jagdish Gediya > ; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI > > On Tue, Oct 22, 2019 at 3

Re: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI

2019-10-23 Thread Jagan Teki
; Cc: Xiaowei Bao > > Subject: RE: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI > > > > > > > > >-Original Message- > > >From: U-Boot On Behalf Of Xiaowei Bao > > >Sent: Monday, October 21, 2019 2:32 PM > > >To: Jag

Re: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI

2019-10-22 Thread Xiaowei Bao
> -Original Message- > From: Priyanka Jain > Sent: 2019年10月22日 17:45 > To: Xiaowei Bao ; Jagdish Gediya > ; ja...@amarulasolutions.com; > u-boot@lists.denx.de > Cc: Xiaowei Bao > Subject: RE: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI &

Re: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI

2019-10-22 Thread Priyanka Jain
>-Original Message- >From: U-Boot On Behalf Of Xiaowei Bao >Sent: Monday, October 21, 2019 2:32 PM >To: Jagdish Gediya ; ja...@amarulasolutions.com; >u-boot@lists.denx.de >Cc: Xiaowei Bao >Subject: [U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI

[U-Boot] [PATCH] configs: spi: Miss the SPI_FLASH_BAR for ESPI

2019-10-21 Thread Xiaowei Bao
Miss the SPI_FLASH_BAR for the ESPI controller of FSL. Signed-off-by: Xiaowei Bao --- 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