From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Date: Sun, 3 Jan 2016 00:51:52 +0100 Subject: [U-Boot] [PATCH 2/4] igep00x0: Do not include config_distro_defaults.h In-Reply-To: <20160102234914.GA15342@localhost.localdomain> References: <20160102234914.GA15342@localhost.localdomain> Message-ID: <20160102235152.GC15342@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- include/configs/omap3_igep00x0.h | 2 -- 1 file changed, 2 deletions(-) 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 - /* Environment */ #define ENV_DEVICE_SETTINGS \ "stdin=serial\0" \ -- 2.1.4