From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 12 Apr 2013 22:31:51 +0200 Subject: [U-Boot] [PATCH] integrator: enable device tree In-Reply-To: <1365052760-2930-1-git-send-email-linus.walleij@linaro.org> References: <1365052760-2930-1-git-send-email-linus.walleij@linaro.org> Message-ID: <20130412223151.3cda2cbb@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Linus, On Thu, 4 Apr 2013 07:19:20 +0200, Linus Walleij 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 > --- > 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.