projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7b2af0
)
sandbox: config: enable fdt and snprintf() options
author
Simon Glass
<sjg@chromium.org>
Wed, 15 Feb 2012 23:51:12 +0000
(15:51 -0800)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 12 Mar 2012 15:03:42 +0000
(11:03 -0400)
Enable fdt code and safe snprintf() options for sandbox.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/configs/sandbox.h
patch
|
blob
|
history
diff --git
a/include/configs/sandbox.h
b/include/configs/sandbox.h
index 10565e69c38e41040f6ccea4dcf8deb1d00e43cd..679021675171713175a39fef0cb03aa5f4a03f3b 100644
(file)
--- 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.
*/