diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2016-01-04 23:08:01 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-20 10:19:39 -0500 |
commit | d636f2a74af141f44d4cd06b586e5519a7d6c1db (patch) | |
tree | 75068eb6d3f83f232cfd1d68ab958eea85b5f8a3 /include/configs | |
parent | 78f7b6ac8f69b51123186c70a7cc124701edf055 (diff) | |
download | u-boot-imx-d636f2a74af141f44d4cd06b586e5519a7d6c1db.zip u-boot-imx-d636f2a74af141f44d4cd06b586e5519a7d6c1db.tar.gz u-boot-imx-d636f2a74af141f44d4cd06b586e5519a7d6c1db.tar.bz2 |
igep00x0: Fix config header indentation
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap3_igep00x0.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ |