Commit be9891c52d5472156949a3137be5f48355fd3f29

Authored by Simon Glass
1 parent b724bd7d63

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>

Showing 1 changed file with 0 additions and 12 deletions Side-by-side Diff

include/config_defaults.h
... ... @@ -20,17 +20,5 @@
20 20 #define CONFIG_ZLIB 1
21 21 #define CONFIG_PARTITIONS 1
22 22  
23   -#ifndef CONFIG_SPL_BUILD
24   -#ifndef CONFIG_DM_WARN
25   -#define CONFIG_DM_WARN
26   -#endif
27   -#ifndef CONFIG_DM_DEVICE_REMOVE
28   -#define CONFIG_DM_DEVICE_REMOVE
29   -#endif
30   -#ifndef CONFIG_DM_STDIO
31   -#define CONFIG_DM_STDIO
32   -#endif
33   -#endif
34   -
35 23 #endif