diff mbox

[U-Boot] integrator: enable device tree

Message ID 1365052760-2930-1-git-send-email-linus.walleij@linaro.org
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Linus Walleij April 4, 2013, 5:19 a.m. UTC
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(+)

Comments

Linus Walleij April 11, 2013, 7:30 p.m. UTC | #1
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
Albert ARIBAUD April 12, 2013, 8:31 p.m. UTC | #2
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,
diff mbox

Patch

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 */
 
 /*