diff options
author | Hunter, Jon | 2013-04-03 09:35:35 +0000 |
---|---|---|
committer | Tom Rini | 2013-04-08 11:29:05 -0400 |
commit | faad9c02562653a16a2a5ad76b841b2306e531ec (patch) | |
tree | 2511eed5837689d0c3060faf6a15b32507a9c902 /include/configs/omap2420h4.h | |
parent | 47f58a7357c27ad10b7853cdd7cd018692bfbae0 (diff) |
omap2420-h4: Add device tree support
Enable device-tree support for the omap2420-h4 board.
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Diffstat (limited to 'include/configs/omap2420h4.h')
-rw-r--r-- | include/configs/omap2420h4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap2420h4.h b/include/configs/omap2420h4.h index cb050ab5710..e144ae9d281 100644 --- a/include/configs/omap2420h4.h +++ b/include/configs/omap2420h4.h @@ -67,6 +67,7 @@ #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_INITRD_TAG 1 #define CONFIG_REVISION_TAG 1 +#define CONFIG_OF_LIBFDT /* * Size of malloc() pool |