aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2012-09-21 08:06:40 -0600
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2012-09-21 08:06:40 -0600
commit907b8a91d8b7403e27cb6605e0095f5edeca1866 (patch)
treeddd301bc0fca66965ae60fba0e173e049dff5da0
parent20a79baeae9e167f2c3dd775700eca88ded8feee (diff)
snowball: Adding config flag for device tree support
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r--include/configs/snowball.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/snowball.h b/include/configs/snowball.h
index 30f4a4eb5..c5321dc5a 100644
--- a/include/configs/snowball.h
+++ b/include/configs/snowball.h
@@ -201,7 +201,7 @@
#define CONFIG_SYS_HUSH_PARSER 1
#define CONFIG_CMDLINE_EDITING
-
+#define CONFIG_OF_LIBFDT 1
#define CONFIG_SETUP_MEMORY_TAGS 2
#define CONFIG_INITRD_TAG 1
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */