mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 07:31:11 +01:00
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>
This commit is contained in:
parent
b724bd7d63
commit
be9891c52d
1 changed files with 0 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue