* [U-Boot] [PATCH] udoo: Remove SPL fat support
@ 2015-08-05 10:37 Peter Vicman
2015-08-05 10:44 ` Stefano Babic
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Peter Vicman @ 2015-08-05 10:37 UTC (permalink / raw)
To: u-boot
Use dd'ed SPL and u-boot.img by default.
Signed-off-by: Peter Vicman <peter.vicman@gmail.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
---
include/configs/udoo.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/udoo.h b/include/configs/udoo.h
index f93b67a..8ec073d 100644
--- a/include/configs/udoo.h
+++ b/include/configs/udoo.h
@@ -11,8 +11,8 @@
#include "mx6_common.h"
+#define CONFIG_SPL_LIBCOMMON_SUPPORT
#define CONFIG_SPL_MMC_SUPPORT
-#define CONFIG_SPL_FAT_SUPPORT
#include "imx6_spl.h"
#define MACH_TYPE_UDOO 4800
--
1.8.1.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] udoo: Remove SPL fat support
2015-08-05 10:37 [U-Boot] [PATCH] udoo: Remove SPL fat support Peter Vicman
@ 2015-08-05 10:44 ` Stefano Babic
2015-08-05 11:04 ` Fabio Estevam
2015-08-11 10:38 ` Stefano Babic
2 siblings, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2015-08-05 10:44 UTC (permalink / raw)
To: u-boot
On 05/08/2015 12:37, Peter Vicman wrote:
> Use dd'ed SPL and u-boot.img by default.
>
> Signed-off-by: Peter Vicman <peter.vicman@gmail.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
> include/configs/udoo.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/udoo.h b/include/configs/udoo.h
> index f93b67a..8ec073d 100644
> --- a/include/configs/udoo.h
> +++ b/include/configs/udoo.h
> @@ -11,8 +11,8 @@
>
> #include "mx6_common.h"
>
> +#define CONFIG_SPL_LIBCOMMON_SUPPORT
> #define CONFIG_SPL_MMC_SUPPORT
> -#define CONFIG_SPL_FAT_SUPPORT
> #include "imx6_spl.h"
>
> #define MACH_TYPE_UDOO 4800
>
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] 4+ messages in thread
* [U-Boot] [PATCH] udoo: Remove SPL fat support
2015-08-05 10:37 [U-Boot] [PATCH] udoo: Remove SPL fat support Peter Vicman
2015-08-05 10:44 ` Stefano Babic
@ 2015-08-05 11:04 ` Fabio Estevam
2015-08-11 10:38 ` Stefano Babic
2 siblings, 0 replies; 4+ messages in thread
From: Fabio Estevam @ 2015-08-05 11:04 UTC (permalink / raw)
To: u-boot
On Wed, Aug 5, 2015 at 7:37 AM, Peter Vicman <peter.vicman@gmail.com> wrote:
> Use dd'ed SPL and u-boot.img by default.
>
> Signed-off-by: Peter Vicman <peter.vicman@gmail.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] udoo: Remove SPL fat support
2015-08-05 10:37 [U-Boot] [PATCH] udoo: Remove SPL fat support Peter Vicman
2015-08-05 10:44 ` Stefano Babic
2015-08-05 11:04 ` Fabio Estevam
@ 2015-08-11 10:38 ` Stefano Babic
2 siblings, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2015-08-11 10:38 UTC (permalink / raw)
To: u-boot
On 05/08/2015 12:37, Peter Vicman wrote:
> Use dd'ed SPL and u-boot.img by default.
>
> Signed-off-by: Peter Vicman <peter.vicman@gmail.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
> include/configs/udoo.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/udoo.h b/include/configs/udoo.h
> index f93b67a..8ec073d 100644
> --- a/include/configs/udoo.h
> +++ b/include/configs/udoo.h
> @@ -11,8 +11,8 @@
>
> #include "mx6_common.h"
>
> +#define CONFIG_SPL_LIBCOMMON_SUPPORT
> #define CONFIG_SPL_MMC_SUPPORT
> -#define CONFIG_SPL_FAT_SUPPORT
> #include "imx6_spl.h"
>
> #define MACH_TYPE_UDOO 4800
>
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] 4+ messages in thread
end of thread, other threads:[~2015-08-11 10:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05 10:37 [U-Boot] [PATCH] udoo: Remove SPL fat support Peter Vicman
2015-08-05 10:44 ` Stefano Babic
2015-08-05 11:04 ` Fabio Estevam
2015-08-11 10:38 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox