From: Fabio Estevam Date: Tue, 11 Dec 2012 11:48:46 +0000 (+0000) Subject: mx25pdk: Allow booting a device tree kernel X-Git-Tag: v2013.01-rc3~13^2^3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b874df74afc986b069738b180763f2464ac3f5f4;p=u-boot mx25pdk: Allow booting a device tree kernel Select CONFIG_OF_LIBFDT so that a device tree kernel can be launched. Signed-off-by: Fabio Estevam --- diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index bbb31613bc..c10e78b634 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