From f2b548c104d279c9b8fbe421984bb29bc09e4ee7 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Wed, 20 Mar 2013 17:42:42 +0100 Subject: added FDT commands to config --- u-boot/include/configs/omap3_beagle.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/u-boot/include/configs/omap3_beagle.h b/u-boot/include/configs/omap3_beagle.h index 519da79..e7d6acb 100644 --- a/u-boot/include/configs/omap3_beagle.h +++ b/u-boot/include/configs/omap3_beagle.h @@ -42,6 +42,8 @@ #include /* get chip and board defs */ #include +#define CONFIG_OF_LIBFDT 1 /* we start to use it by the kernel */ + /* * Display CPU and Board information */ -- cgit v1.1