From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 13 Dec 2012 09:25:43 +0100 Subject: [U-Boot] [PATCH] mx25pdk: Allow booting a device tree kernel In-Reply-To: <1355262526-25447-1-git-send-email-festevam@gmail.com> References: <1355262526-25447-1-git-send-email-festevam@gmail.com> Message-ID: <50C99107.3090108@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/12/2012 22:48, Fabio Estevam wrote: > From: Fabio Estevam > > Select CONFIG_OF_LIBFDT so that a device tree kernel can be launched. > > Signed-off-by: Fabio Estevam > --- > include/configs/mx25pdk.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h > index bbb3161..c10e78b 100644 > --- a/include/configs/mx25pdk.h > +++ b/include/configs/mx25pdk.h > @@ -87,6 +87,7 @@ > > /* U-Boot commands */ > #include > +#define CONFIG_OF_LIBFDT > #define CONFIG_CMD_BOOTZ > #define CONFIG_CMD_CACHE > #define CONFIG_CMD_MMC > Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================