summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Nikolaus Schaller <hns@goldelico.com>2013-03-20 17:42:42 +0100
committerH. Nikolaus Schaller <hns@goldelico.com>2013-03-20 17:42:42 +0100
commitf2b548c104d279c9b8fbe421984bb29bc09e4ee7 (patch)
treedbcd84a00a7b0a787adb84c93d7def53217270e8
parentfe2f6965e454d6ddb012fb5745f9ac70548ea84d (diff)
downloadbootable_bootloader_goldelico_gta04-f2b548c104d279c9b8fbe421984bb29bc09e4ee7.zip
bootable_bootloader_goldelico_gta04-f2b548c104d279c9b8fbe421984bb29bc09e4ee7.tar.gz
bootable_bootloader_goldelico_gta04-f2b548c104d279c9b8fbe421984bb29bc09e4ee7.tar.bz2
added FDT commands to config
-rw-r--r--u-boot/include/configs/omap3_beagle.h2
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
*/