diff mbox

[U-Boot,2/4] igep00x0: Do not include config_distro_defaults.h

Message ID 20160102235152.GC15342@localhost.localdomain
State Accepted
Commit 78f7b6ac8f69b51123186c70a7cc124701edf055
Delegated to: Tom Rini
Headers show

Commit Message

Ladislav Michl Jan. 2, 2016, 11:51 p.m. UTC
File is already included:
omap3_igep00x0.h -> ti_omap3_common.h -> ti_armv7_omap.h ->
ti_armv7_common.h -> config_distro_defaults.h

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 include/configs/omap3_igep00x0.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h
index cf2bc3e..16775e2 100644
--- a/include/configs/omap3_igep00x0.h
+++ b/include/configs/omap3_igep00x0.h
@@ -85,8 +85,6 @@ 
 
 #ifndef CONFIG_SPL_BUILD
 
-#include <config_distro_defaults.h>
-
 /* Environment */
 #define ENV_DEVICE_SETTINGS \
 	"stdin=serial\0" \