All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mx6ul_14x14_evk: Select CONFIG_FSL_QSPI
@ 2016-02-17 19:32 Fabio Estevam
  2016-02-18  5:42 ` Peng Fan
  2016-02-21 10:11 ` Stefano Babic
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-02-17 19:32 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@nxp.com>

Select CONFIG_FSL_QSPI so that the SPI can be probed:

=> sf probe
SF: Detected N25Q256 with page size 256 Bytes, erase size 64 KiB, total 32 MiB

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 include/configs/mx6ul_14x14_evk.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index 4374c3a..c7e10f9 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -195,6 +195,7 @@
 #define CONFIG_CMD_CACHE
 #endif
 
+#define CONFIG_FSL_QSPI
 #ifdef CONFIG_FSL_QSPI
 #define CONFIG_CMD_SF
 #define CONFIG_SPI_FLASH
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] mx6ul_14x14_evk: Select CONFIG_FSL_QSPI
  2016-02-17 19:32 [U-Boot] [PATCH] mx6ul_14x14_evk: Select CONFIG_FSL_QSPI Fabio Estevam
@ 2016-02-18  5:42 ` Peng Fan
  2016-02-21 10:11 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Peng Fan @ 2016-02-18  5:42 UTC (permalink / raw)
  To: u-boot

Hi Fabio,

On Wed, Feb 17, 2016 at 05:32:14PM -0200, Fabio Estevam wrote:
>From: Fabio Estevam <fabio.estevam@nxp.com>
>
>Select CONFIG_FSL_QSPI so that the SPI can be probed:
>
>=> sf probe
>SF: Detected N25Q256 with page size 256 Bytes, erase size 64 KiB, total 32 MiB
>
>Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
>---
> include/configs/mx6ul_14x14_evk.h | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
>index 4374c3a..c7e10f9 100644
>--- a/include/configs/mx6ul_14x14_evk.h
>+++ b/include/configs/mx6ul_14x14_evk.h
>@@ -195,6 +195,7 @@
> #define CONFIG_CMD_CACHE
> #endif
> 
>+#define CONFIG_FSL_QSPI
> #ifdef CONFIG_FSL_QSPI
> #define CONFIG_CMD_SF
> #define CONFIG_SPI_FLASH

Reviewed-by: Peng Fan <peng.fan@nxp.com>

Thanks,
Peng.

>-- 
>1.9.1
>
>_______________________________________________
>U-Boot mailing list
>U-Boot at lists.denx.de
>http://lists.denx.de/mailman/listinfo/u-boot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] mx6ul_14x14_evk: Select CONFIG_FSL_QSPI
  2016-02-17 19:32 [U-Boot] [PATCH] mx6ul_14x14_evk: Select CONFIG_FSL_QSPI Fabio Estevam
  2016-02-18  5:42 ` Peng Fan
@ 2016-02-21 10:11 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2016-02-21 10:11 UTC (permalink / raw)
  To: u-boot

On 17/02/2016 20:32, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> Select CONFIG_FSL_QSPI so that the SPI can be probed:
> 
> => sf probe
> SF: Detected N25Q256 with page size 256 Bytes, erase size 64 KiB, total 32 MiB
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  include/configs/mx6ul_14x14_evk.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
> index 4374c3a..c7e10f9 100644
> --- a/include/configs/mx6ul_14x14_evk.h
> +++ b/include/configs/mx6ul_14x14_evk.h
> @@ -195,6 +195,7 @@
>  #define CONFIG_CMD_CACHE
>  #endif
>  
> +#define CONFIG_FSL_QSPI
>  #ifdef CONFIG_FSL_QSPI
>  #define CONFIG_CMD_SF
>  #define CONFIG_SPI_FLASH
> 
Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-21 10:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-17 19:32 [U-Boot] [PATCH] mx6ul_14x14_evk: Select CONFIG_FSL_QSPI Fabio Estevam
2016-02-18  5:42 ` Peng Fan
2016-02-21 10:11 ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.