]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/config_defaults.h
dm: Allow device removal features to be dropped
[people/ms/u-boot.git] / include / config_defaults.h
index ad08c1d335d3ba29fd75dcab99f948a5c6a7e278..985f055ccefb0651f857a7b3cbf080f25ef990c3 100644 (file)
@@ -20,4 +20,8 @@
 #define CONFIG_ZLIB 1
 #define CONFIG_PARTITIONS 1
 
+#ifndef CONFIG_SPL_BUILD
+#define CONFIG_DM_DEVICE_REMOVE
+#endif
+
 #endif