public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] igep00x0: Minor cleanups
@ 2016-01-02 23:49 Ladislav Michl
  2016-01-02 23:51 ` [U-Boot] [PATCH 2/4] igep00x0: Do not include config_distro_defaults.h Ladislav Michl
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ladislav Michl @ 2016-01-02 23:49 UTC (permalink / raw)
  To: u-boot

This patch serie was created as a side product while working on
UBIizing NAND flash space to improve system reliability.
It is safe to apply for current release to start with clean
land for adding new features.

Ladislav Michl (4):
  igep00x0: Cleanup ethernet support
  igep00x0: Do not include config_distro_defaults.h
  igep00x0: Fix config header indentation
  igep00x0: Remove no-op macros from config header

 board/isee/igep00x0/igep00x0.c   |   33 +++++++++++++++++++--------------
 include/configs/omap3_igep00x0.h |   13 +++----------
 2 files changed, 22 insertions(+), 24 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 2/4] igep00x0: Do not include config_distro_defaults.h
  2016-01-02 23:49 [U-Boot] [PATCH 0/4] igep00x0: Minor cleanups Ladislav Michl
@ 2016-01-02 23:51 ` Ladislav Michl
  2016-01-02 23:52 ` [U-Boot] [PATCH 3/4] igep00x0: Fix config header intentation Ladislav Michl
  2016-01-02 23:53 ` [U-Boot] [PATCH 4/4] igep00x0: Remove no-op macros from config header Ladislav Michl
  2 siblings, 0 replies; 4+ messages in thread
From: Ladislav Michl @ 2016-01-02 23:51 UTC (permalink / raw)
  To: u-boot

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 --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" \
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 3/4] igep00x0: Fix config header intentation
  2016-01-02 23:49 [U-Boot] [PATCH 0/4] igep00x0: Minor cleanups Ladislav Michl
  2016-01-02 23:51 ` [U-Boot] [PATCH 2/4] igep00x0: Do not include config_distro_defaults.h Ladislav Michl
@ 2016-01-02 23:52 ` Ladislav Michl
  2016-01-02 23:53 ` [U-Boot] [PATCH 4/4] igep00x0: Remove no-op macros from config header Ladislav Michl
  2 siblings, 0 replies; 4+ messages in thread
From: Ladislav Michl @ 2016-01-02 23:52 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 include/configs/omap3_igep00x0.h | 6 +++---
 1 file 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 */
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 4/4] igep00x0: Remove no-op macros from config header
  2016-01-02 23:49 [U-Boot] [PATCH 0/4] igep00x0: Minor cleanups Ladislav Michl
  2016-01-02 23:51 ` [U-Boot] [PATCH 2/4] igep00x0: Do not include config_distro_defaults.h Ladislav Michl
  2016-01-02 23:52 ` [U-Boot] [PATCH 3/4] igep00x0: Fix config header intentation Ladislav Michl
@ 2016-01-02 23:53 ` Ladislav Michl
  2 siblings, 0 replies; 4+ messages in thread
From: Ladislav Michl @ 2016-01-02 23:53 UTC (permalink / raw)
  To: u-boot

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

diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h
index bd1c038..5da6cfd 100644
--- a/include/configs/omap3_igep00x0.h
+++ b/include/configs/omap3_igep00x0.h
@@ -75,14 +75,9 @@
 #ifdef CONFIG_BOOT_ONENAND
 #define CONFIG_CMD_ONENAND	/* ONENAND support		*/
 #endif
-#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0020) || \
-    (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0032)
-#endif
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_PING
 
-/*#undef CONFIG_ENV_IS_NOWHERE*/
-
 #ifndef CONFIG_SPL_BUILD
 
 /* Environment */
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-02 23:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-02 23:49 [U-Boot] [PATCH 0/4] igep00x0: Minor cleanups Ladislav Michl
2016-01-02 23:51 ` [U-Boot] [PATCH 2/4] igep00x0: Do not include config_distro_defaults.h Ladislav Michl
2016-01-02 23:52 ` [U-Boot] [PATCH 3/4] igep00x0: Fix config header intentation Ladislav Michl
2016-01-02 23:53 ` [U-Boot] [PATCH 4/4] igep00x0: Remove no-op macros from config header Ladislav Michl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox