[U-Boot] [PATCH] zmx25: Select CONFIG_OF_LIBFDT

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

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,

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

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,

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,

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
participants (3)
-
Albert ARIBAUD
-
Fabio Estevam
-
Matthias Weißer