summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-11 16:33:00 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 15:17:28 -0700
commitbe9891c52d5472156949a3137be5f48355fd3f29 (patch)
treeb9b32c2a84e7be18679d499450212b680ad68a9d /include
parentb724bd7d63498449d3960bbd3075ba94d7152890 (diff)
downloadblackbird-obmc-uboot-be9891c52d5472156949a3137be5f48355fd3f29.tar.gz
blackbird-obmc-uboot-be9891c52d5472156949a3137be5f48355fd3f29.zip
dm: Drop unused driver model config_defaults
These are now in Kconfig so we can drop them from the header file. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config_defaults.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/config_defaults.h b/include/config_defaults.h
index fa99838957..ad08c1d335 100644
--- a/include/config_defaults.h
+++ b/include/config_defaults.h
@@ -20,16 +20,4 @@
#define CONFIG_ZLIB 1
#define CONFIG_PARTITIONS 1
-#ifndef CONFIG_SPL_BUILD
-#ifndef CONFIG_DM_WARN
-#define CONFIG_DM_WARN
-#endif
-#ifndef CONFIG_DM_DEVICE_REMOVE
-#define CONFIG_DM_DEVICE_REMOVE
-#endif
-#ifndef CONFIG_DM_STDIO
-#define CONFIG_DM_STDIO
-#endif
-#endif
-
#endif
OpenPOWER on IntegriCloud