diff mbox

[U-Boot,PATCHv2,4/5] igep00x0: Fix config header indentation

Message ID 1451945282-7600-5-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>

The patch fixes some indentation style problems in omap3_igep00x0.h file.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Acked-by: Enric Balletbo Serra <enric.balletbo@collabora.com>
---
 include/configs/omap3_igep00x0.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

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

> From: Ladislav Michl <ladis@linux-mips.org>
> 
> The patch fixes some indentation style problems in omap3_igep00x0.h file.
> 
> 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:20 a.m. UTC | #2
Hello Tom,

Am 04.01.2016 um 23:24 schrieb Tom Rini:
> On Mon, Jan 04, 2016 at 11:08:01PM +0100, Enric Balletbo i Serra wrote:
>
>> From: Ladislav Michl <ladis@linux-mips.org>
>>
>> The patch fixes some indentation style problems in omap3_igep00x0.h file.
>>
>> 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:01PM +0100, Enric Balletbò i Serra wrote:

> From: Ladislav Michl <ladis@linux-mips.org>
> 
> The patch fixes some indentation style problems in omap3_igep00x0.h file.
> 
> 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 16775e2..bd1c038 100644
--- a/include/configs/omap3_igep00x0.h
+++ b/include/configs/omap3_igep00x0.h
@@ -43,7 +43,7 @@ 
 #else
 #error "status LED not defined for this machine."
 #endif
-#define RED_LED_DEV				0
+#define RED_LED_DEV			0
 #define STATUS_LED_BIT			RED_LED_GPIO
 #define STATUS_LED_STATE		STATUS_LED_ON
 #define STATUS_LED_PERIOD		(CONFIG_SYS_HZ / 2)
@@ -56,7 +56,7 @@ 
 #define CONFIG_OMAP3_GPIO_6		/* GPIO160..191 is in GPIO bank 6 */
 
 /* USB */
-#define CONFIG_USB_MUSB_UDC			1
+#define CONFIG_USB_MUSB_UDC		1
 #define CONFIG_USB_OMAP3		1
 #define CONFIG_TWL4030_USB		1
 
@@ -136,7 +136,7 @@ 
 #if defined(CONFIG_CMD_NET)
 #define CONFIG_SMC911X
 #define CONFIG_SMC911X_32_BIT
-#define CONFIG_SMC911X_BASE	0x2C000000
+#define CONFIG_SMC911X_BASE		0x2C000000
 #endif /* (CONFIG_CMD_NET) */
 
 /* OneNAND boot config */