All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] imx: mx6sxsabresd: enable CONFIG_SPL_FAT_SUPPORT
@ 2015-08-17  8:12 Peng Fan
  2015-08-17  8:57 ` Stefano Babic
  2015-08-24  7:46 ` Stefano Babic
  0 siblings, 2 replies; 3+ messages in thread
From: Peng Fan @ 2015-08-17  8:12 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_SPL_FAT_SUPPORT to load u-boot.img from FAT partition.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
---
 include/configs/mx6sxsabresd.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index 848bdcd..74d04a0 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -15,6 +15,7 @@
 #ifdef CONFIG_SPL
 #define CONFIG_SPL_LIBCOMMON_SUPPORT
 #define CONFIG_SPL_MMC_SUPPORT
+#define CONFIG_SPL_FAT_SUPPORT
 #include "imx6_spl.h"
 #endif
 
-- 
1.8.4

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

* [U-Boot] [PATCH] imx: mx6sxsabresd: enable CONFIG_SPL_FAT_SUPPORT
  2015-08-17  8:12 [U-Boot] [PATCH] imx: mx6sxsabresd: enable CONFIG_SPL_FAT_SUPPORT Peng Fan
@ 2015-08-17  8:57 ` Stefano Babic
  2015-08-24  7:46 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2015-08-17  8:57 UTC (permalink / raw)
  To: u-boot

On 17/08/2015 10:12, Peng Fan wrote:
> Enable CONFIG_SPL_FAT_SUPPORT to load u-boot.img from FAT partition.
> 
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> ---
>  include/configs/mx6sxsabresd.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
> index 848bdcd..74d04a0 100644
> --- a/include/configs/mx6sxsabresd.h
> +++ b/include/configs/mx6sxsabresd.h
> @@ -15,6 +15,7 @@
>  #ifdef CONFIG_SPL
>  #define CONFIG_SPL_LIBCOMMON_SUPPORT
>  #define CONFIG_SPL_MMC_SUPPORT
> +#define CONFIG_SPL_FAT_SUPPORT
>  #include "imx6_spl.h"
>  #endif
>  
> 

Reviewed-by: Stefano Babic <sbabic@denx.de>

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

* [U-Boot] [PATCH] imx: mx6sxsabresd: enable CONFIG_SPL_FAT_SUPPORT
  2015-08-17  8:12 [U-Boot] [PATCH] imx: mx6sxsabresd: enable CONFIG_SPL_FAT_SUPPORT Peng Fan
  2015-08-17  8:57 ` Stefano Babic
@ 2015-08-24  7:46 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2015-08-24  7:46 UTC (permalink / raw)
  To: u-boot

On 17/08/2015 10:12, Peng Fan wrote:
> Enable CONFIG_SPL_FAT_SUPPORT to load u-boot.img from FAT partition.
> 
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> ---
>  include/configs/mx6sxsabresd.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
> index 848bdcd..74d04a0 100644
> --- a/include/configs/mx6sxsabresd.h
> +++ b/include/configs/mx6sxsabresd.h
> @@ -15,6 +15,7 @@
>  #ifdef CONFIG_SPL
>  #define CONFIG_SPL_LIBCOMMON_SUPPORT
>  #define CONFIG_SPL_MMC_SUPPORT
> +#define CONFIG_SPL_FAT_SUPPORT
>  #include "imx6_spl.h"
>  #endif
>  
> 

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:[~2015-08-24  7:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-17  8:12 [U-Boot] [PATCH] imx: mx6sxsabresd: enable CONFIG_SPL_FAT_SUPPORT Peng Fan
2015-08-17  8:57 ` Stefano Babic
2015-08-24  7:46 ` 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.