diff mbox

[U-Boot,PATCHv2,3/5] igep00x0: Do not include config_distro_defaults.h

Message ID 1451945282-7600-4-git-send-email-enric.balletbo@collabora.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Enric Balletbo Serra Jan. 4, 2016, 10:08 p.m. UTC
From: Ladislav Michl <ladis@linux-mips.org>

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>
Acked-by: Enric Balletbo Serra <enric.balletbo@collabora.com>
---
 include/configs/omap3_igep00x0.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Tom Rini Jan. 4, 2016, 10:23 p.m. UTC | #1
On Mon, Jan 04, 2016 at 11:08:00PM +0100, Enric Balletbo i Serra wrote:

> From: Ladislav Michl <ladis@linux-mips.org>
> 
> 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>
> Acked-by: Enric Balletbo Serra <enric.balletbo@collabora.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Heiko Schocher Jan. 20, 2016, 5:19 a.m. UTC | #2
Hello Tom,

Am 04.01.2016 um 23:23 schrieb Tom Rini:
> On Mon, Jan 04, 2016 at 11:08:00PM +0100, Enric Balletbo i Serra wrote:
>
>> From: Ladislav Michl <ladis@linux-mips.org>
>>
>> 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>
>> Acked-by: Enric Balletbo Serra <enric.balletbo@collabora.com>
>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Reviewed-by: Heiko Schocher <hs@denx.de>

Tom? Is it OK if I apply this patch to u-boot-ubi.git, as the SPL ubi
patches depend on this series?

bye,
Heiko
>
>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
Tom Rini Jan. 20, 2016, 9:01 p.m. UTC | #3
On Mon, Jan 04, 2016 at 11:08:00PM +0100, Enric Balletbò i Serra wrote:

> From: Ladislav Michl <ladis@linux-mips.org>
> 
> 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>
> Acked-by: Enric Balletbo Serra <enric.balletbo@collabora.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Heiko Schocher <hs@denx.de>

Applied to u-boot/master, thanks!
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" \