[U-Boot] [PATCH v2] mx35pdk: Allow booting of a device tree kernel

From: Fabio Estevam fabio.estevam@freescale.com
Select CONFIG_OF_LIBFDT, so that a dt kernel can be launched.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- Changes since v1: - Add a space between Select and CONFIG_OF_LIBFDT in the commit log
include/configs/mx35pdk.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 88b2bd6..0db92a7 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -95,6 +95,7 @@
#include <config_cmd_default.h>
+#define CONFIG_OF_LIBFDT #define CONFIG_CMD_BOOTZ #define CONFIG_CMD_PING #define CONFIG_CMD_DHCP

On 25/12/2012 21:20, Fabio Estevam wrote:
From: Fabio Estevam fabio.estevam@freescale.com
Select CONFIG_OF_LIBFDT, so that a dt kernel can be launched.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Applied to u-boot-imx, thanks.
Best regards, Stefano Babic
participants (2)
-
Fabio Estevam
-
Stefano Babic