summaryrefslogtreecommitdiff
path: root/include/config_defaults.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-11 23:33:00 (GMT)
committerSimon Glass <sjg@chromium.org>2015-02-12 22:17:28 (GMT)
commitbe9891c52d5472156949a3137be5f48355fd3f29 (patch)
treeb9b32c2a84e7be18679d499450212b680ad68a9d /include/config_defaults.h
parentb724bd7d63498449d3960bbd3075ba94d7152890 (diff)
downloadu-boot-fsl-qoriq-be9891c52d5472156949a3137be5f48355fd3f29.tar.xz
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/config_defaults.h')
-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 fa99838..ad08c1d 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