diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-11 16:33:00 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 15:17:28 -0700 |
commit | be9891c52d5472156949a3137be5f48355fd3f29 (patch) | |
tree | b9b32c2a84e7be18679d499450212b680ad68a9d /include/config_defaults.h | |
parent | b724bd7d63498449d3960bbd3075ba94d7152890 (diff) | |
download | u-boot-be9891c52d5472156949a3137be5f48355fd3f29.tar.gz |
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.h | 12 |
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 |