summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-06 13:19:02 -0700
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:37 -0600
commit8156345dfec385d3fd394acb7ef9f78aca35f003 (patch)
tree33e7167c76f9e81f4ce0052652cee3de16a0c734 /include
parentd79c50af26d1f083478340182b0220d2f019944d (diff)
downloadtalos-obmc-uboot-8156345dfec385d3fd394acb7ef9f78aca35f003.tar.gz
talos-obmc-uboot-8156345dfec385d3fd394acb7ef9f78aca35f003.zip
sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sandbox.h2
-rw-r--r--include/configs/x86-common.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 5ad4761c72..f714298d54 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -48,8 +48,6 @@
#define CONFIG_CMD_FS_GENERIC
#define CONFIG_CMD_MD5SUM
-#define CONFIG_SYS_VSNPRINTF
-
#define CONFIG_CMD_GPIO
#define CONFIG_CMD_GPT
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index b378f5872f..9571c656be 100644
--- a/include/configs/x86-common.h
+++ b/include/configs/x86-common.h
@@ -16,7 +16,6 @@
* (easy to change)
*/
#define CONFIG_SHOW_BOOT_PROGRESS
-#define CONFIG_SYS_VSNPRINTF
#define CONFIG_ZBOOT_32
#define CONFIG_PHYSMEM
#define CONFIG_DISPLAY_BOARDINFO_LATE
OpenPOWER on IntegriCloud