diff mbox

[U-Boot,v3,4/4] dm: Drop unused driver model config_defaults

Message ID 1423697580-15354-5-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Feb. 11, 2015, 11:33 p.m. UTC
These are now in Kconfig so we can drop them from the header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v3: None
Changes in v2: None

 include/config_defaults.h | 12 ------------
 1 file changed, 12 deletions(-)

Comments

Simon Glass Feb. 12, 2015, 10:18 p.m. UTC | #1
On 11 February 2015 at 16:33, Simon Glass <sjg@chromium.org> wrote:
> These are now in Kconfig so we can drop them from the header file.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  include/config_defaults.h | 12 ------------
>  1 file changed, 12 deletions(-)

Applied to u-boot-dm.
diff mbox

Patch

diff --git a/include/config_defaults.h b/include/config_defaults.h
index fa99838..ad08c1d 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