diff options
-rw-r--r-- | u-boot/include/configs/omap3_beagle.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <asm/arch/cpu.h> /* get chip and board defs */ #include <asm/arch/omap3.h> +#define CONFIG_OF_LIBFDT 1 /* we start to use it by the kernel */ + /* * Display CPU and Board information */ |