From: Simon Glass Date: Wed, 15 Feb 2012 23:51:12 +0000 (-0800) Subject: sandbox: config: enable fdt and snprintf() options X-Git-Tag: v2012.04-rc1~64^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7b06b66cd7f9f4d33cfd3e68046c094a43024cda;p=u-boot sandbox: config: enable fdt and snprintf() options Enable fdt code and safe snprintf() options for sandbox. Signed-off-by: Simon Glass Signed-off-by: Mike Frysinger --- diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 10565e69c3..6790216751 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. */