[U-Boot] [PATCH v4 2/8] sandbox: config: Enable fdt and snprintf() options
Simon Glass
sjg at chromium.org
Thu Feb 16 00:51:12 CET 2012
Enable fdt code and safe snprintf() options for sandbox.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/configs/sandbox.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 10565e6..6790216 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -28,6 +28,12 @@
/* Number of bits in a C 'long' on this architecture */
#define CONFIG_SANDBOX_BITS_PER_LONG 64
+#define CONFIG_OF_CONTROL
+#define CONFIG_OF_LIBFDT
+#define CONFIG_LMB
+
+#define CONFIG_SYS_VSNPRINTF
+
/*
* Size of malloc() pool, although we don't actually use this yet.
*/
--
1.7.7.3
More information about the U-Boot
mailing list