* [U-Boot] [PATCH] zmx25: Select CONFIG_OF_LIBFDT
@ 2013-07-04 20:30 Fabio Estevam
2013-07-05 21:25 ` Albert ARIBAUD
2013-07-08 6:29 ` Matthias Weißer
0 siblings, 2 replies; 6+ messages in thread
From: Fabio Estevam @ 2013-07-04 20:30 UTC (permalink / raw)
To: u-boot
From: Fabio Estevam <fabio.estevam@freescale.com>
Allow the boot of a device tree kernel.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
include/configs/zmx25.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h
index e9216d9..871009d 100644
--- a/include/configs/zmx25.h
+++ b/include/configs/zmx25.h
@@ -90,6 +90,7 @@
#include <config_cmd_default.h>
#define CONFIG_CMD_NET
#define CONFIG_CMD_CACHE
+#define CONFIG_OF_LIBFDT
/*
* Additional command
--
1.8.1.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] zmx25: Select CONFIG_OF_LIBFDT
2013-07-04 20:30 [U-Boot] [PATCH] zmx25: Select CONFIG_OF_LIBFDT Fabio Estevam
@ 2013-07-05 21:25 ` Albert ARIBAUD
2013-07-05 21:32 ` Fabio Estevam
2013-07-08 6:29 ` Matthias Weißer
1 sibling, 1 reply; 6+ messages in thread
From: Albert ARIBAUD @ 2013-07-05 21:25 UTC (permalink / raw)
To: u-boot
Hi Fabio,
On Thu, 4 Jul 2013 17:30:08 -0300, Fabio Estevam <festevam@gmail.com>
wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Allow the boot of a device tree kernel.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> include/configs/zmx25.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h
> index e9216d9..871009d 100644
> --- a/include/configs/zmx25.h
> +++ b/include/configs/zmx25.h
> @@ -90,6 +90,7 @@
> #include <config_cmd_default.h>
> #define CONFIG_CMD_NET
> #define CONFIG_CMD_CACHE
> +#define CONFIG_OF_LIBFDT
>
> /*
> * Additional command
CC:ing the board maintainer as per the MAINTAINER file.
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] zmx25: Select CONFIG_OF_LIBFDT
2013-07-05 21:25 ` Albert ARIBAUD
@ 2013-07-05 21:32 ` Fabio Estevam
2013-07-05 21:45 ` Albert ARIBAUD
0 siblings, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2013-07-05 21:32 UTC (permalink / raw)
To: u-boot
Hi Albert,
On Fri, Jul 5, 2013 at 6:25 PM, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> CC:ing the board maintainer as per the MAINTAINER file.
I added Matthias on Cc on my original patch submission.
Regards,
Fabio Estevam
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] zmx25: Select CONFIG_OF_LIBFDT
2013-07-05 21:32 ` Fabio Estevam
@ 2013-07-05 21:45 ` Albert ARIBAUD
2013-07-05 21:49 ` Albert ARIBAUD
0 siblings, 1 reply; 6+ messages in thread
From: Albert ARIBAUD @ 2013-07-05 21:45 UTC (permalink / raw)
To: u-boot
Hi Fabio,
On Fri, 5 Jul 2013 18:32:32 -0300, Fabio Estevam <festevam@gmail.com>
wrote:
> Hi Albert,
>
> On Fri, Jul 5, 2013 at 6:25 PM, Albert ARIBAUD
> <albert.u.boot@aribaud.net> wrote:
>
> > CC:ing the board maintainer as per the MAINTAINER file.
>
> I added Matthias on Cc on my original patch submission.
If <1372969808-29545-1-git-send-email-festevam@gmail.com> is your
original patch submission, then no, Matthias was not Cc:ed there.
> Regards,
>
> Fabio Estevam
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] zmx25: Select CONFIG_OF_LIBFDT
2013-07-05 21:45 ` Albert ARIBAUD
@ 2013-07-05 21:49 ` Albert ARIBAUD
0 siblings, 0 replies; 6+ messages in thread
From: Albert ARIBAUD @ 2013-07-05 21:49 UTC (permalink / raw)
To: u-boot
Hi Fabio again,
On Fri, 5 Jul 2013 23:45:38 +0200, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> Hi Fabio,
>
> On Fri, 5 Jul 2013 18:32:32 -0300, Fabio Estevam <festevam@gmail.com>
> wrote:
>
> > Hi Albert,
> >
> > On Fri, Jul 5, 2013 at 6:25 PM, Albert ARIBAUD
> > <albert.u.boot@aribaud.net> wrote:
> >
> > > CC:ing the board maintainer as per the MAINTAINER file.
> >
> > I added Matthias on Cc on my original patch submission.
>
> If <1372969808-29545-1-git-send-email-festevam@gmail.com> is your
> original patch submission, then no, Matthias was not Cc:ed there.
I note that, for some reason, my message had Matthias in Cc: but on the
list his Cc: was removed -- IIRC, that's a bug in the mailing list SW.
Maybe the same happened to your original submission.
> > Regards,
> >
> > Fabio Estevam
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] zmx25: Select CONFIG_OF_LIBFDT
2013-07-04 20:30 [U-Boot] [PATCH] zmx25: Select CONFIG_OF_LIBFDT Fabio Estevam
2013-07-05 21:25 ` Albert ARIBAUD
@ 2013-07-08 6:29 ` Matthias Weißer
1 sibling, 0 replies; 6+ messages in thread
From: Matthias Weißer @ 2013-07-08 6:29 UTC (permalink / raw)
To: u-boot
Hello Fabio
Am 04.07.2013 22:30, schrieb Fabio Estevam:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Allow the boot of a device tree kernel.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> include/configs/zmx25.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h
> index e9216d9..871009d 100644
> --- a/include/configs/zmx25.h
> +++ b/include/configs/zmx25.h
> @@ -90,6 +90,7 @@
> #include <config_cmd_default.h>
> #define CONFIG_CMD_NET
> #define CONFIG_CMD_CACHE
> +#define CONFIG_OF_LIBFDT
>
> /*
> * Additional command
>
As I currently have no support for Linux on this board (but working on
it) I would prefer if we can not apply this patch. My current
development version (with a couple of other things enabled) doesn't fit
into the reserved 256k. I need some more time to come up with a board
update patch for this system.
Regards
Matthias
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-07-08 6:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-04 20:30 [U-Boot] [PATCH] zmx25: Select CONFIG_OF_LIBFDT Fabio Estevam
2013-07-05 21:25 ` Albert ARIBAUD
2013-07-05 21:32 ` Fabio Estevam
2013-07-05 21:45 ` Albert ARIBAUD
2013-07-05 21:49 ` Albert ARIBAUD
2013-07-08 6:29 ` Matthias Weißer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox