u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] integrator: enable device tree
@ 2013-04-04  5:19 Linus Walleij
  2013-04-11 19:30 ` Linus Walleij
  2013-04-12 20:31 ` Albert ARIBAUD
  0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2013-04-04  5:19 UTC (permalink / raw)
  To: u-boot

This enables the device tree library on the Integrator platforms
so we can pass a device tree when booting.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 include/configs/integrator-common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/integrator-common.h b/include/configs/integrator-common.h
index 564b418..905b279 100644
--- a/include/configs/integrator-common.h
+++ b/include/configs/integrator-common.h
@@ -41,6 +41,7 @@
 
 #define CONFIG_CMDLINE_TAG		/* enable passing of ATAGs  */
 #define CONFIG_SETUP_MEMORY_TAGS
+#define CONFIG_OF_LIBFDT		/* enable passing a Device Tree */
 #define CONFIG_MISC_INIT_R		/* call misc_init_r during start up */
 
 /*
-- 
1.8.1.4

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

* [U-Boot] [PATCH] integrator: enable device tree
  2013-04-04  5:19 [U-Boot] [PATCH] integrator: enable device tree Linus Walleij
@ 2013-04-11 19:30 ` Linus Walleij
  2013-04-12 20:31 ` Albert ARIBAUD
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2013-04-11 19:30 UTC (permalink / raw)
  To: u-boot

On Thu, Apr 4, 2013 at 7:19 AM, Linus Walleij <linus.walleij@linaro.org> wrote:

> This enables the device tree library on the Integrator platforms
> so we can pass a device tree when booting.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Tom, is this patch OK, if so coul you perhaps pick it up?

Yours,
Linus Walleij

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

* [U-Boot] [PATCH] integrator: enable device tree
  2013-04-04  5:19 [U-Boot] [PATCH] integrator: enable device tree Linus Walleij
  2013-04-11 19:30 ` Linus Walleij
@ 2013-04-12 20:31 ` Albert ARIBAUD
  1 sibling, 0 replies; 3+ messages in thread
From: Albert ARIBAUD @ 2013-04-12 20:31 UTC (permalink / raw)
  To: u-boot

Hi Linus,

On Thu,  4 Apr 2013 07:19:20 +0200, Linus Walleij
<linus.walleij@linaro.org> wrote:

> This enables the device tree library on the Integrator platforms
> so we can pass a device tree when booting.
> 
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
>  include/configs/integrator-common.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/configs/integrator-common.h b/include/configs/integrator-common.h
> index 564b418..905b279 100644
> --- a/include/configs/integrator-common.h
> +++ b/include/configs/integrator-common.h
> @@ -41,6 +41,7 @@
>  
>  #define CONFIG_CMDLINE_TAG		/* enable passing of ATAGs  */
>  #define CONFIG_SETUP_MEMORY_TAGS
> +#define CONFIG_OF_LIBFDT		/* enable passing a Device Tree */
>  #define CONFIG_MISC_INIT_R		/* call misc_init_r during start up */
>  
>  /*

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

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

end of thread, other threads:[~2013-04-12 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04  5:19 [U-Boot] [PATCH] integrator: enable device tree Linus Walleij
2013-04-11 19:30 ` Linus Walleij
2013-04-12 20:31 ` Albert ARIBAUD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).