projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b724bd7
)
dm: Drop unused driver model config_defaults
author
Simon Glass
<sjg@chromium.org>
Wed, 11 Feb 2015 23:33:00 +0000
(16:33 -0700)
committer
Simon Glass
<sjg@chromium.org>
Thu, 12 Feb 2015 22:17:28 +0000
(15:17 -0700)
These are now in Kconfig so we can drop them from the header file.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/config_defaults.h
patch
|
blob
|
history
diff --git
a/include/config_defaults.h
b/include/config_defaults.h
index fa9983895736d4573b9c98103e6d86eba767243a..ad08c1d335d3ba29fd75dcab99f948a5c6a7e278 100644
(file)
--- 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