diff mbox

[U-Boot,PATCHv2,1/3] OMAP3: igep00x0: use official board names.

Message ID 1360233606-26806-2-git-send-email-eballetbo@iseebcn.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Enric Balletbo Serra Feb. 7, 2013, 10:40 a.m. UTC
From: Enric Balletbo i Serra <eballetbo@iseebcn.com>

This trivial patch only changes current boards names for the official
names.

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
---
 board/isee/igep00x0/igep00x0.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Tom Rini Feb. 19, 2013, 4:17 p.m. UTC | #1
On Thu, Feb 07, 2013 at 12:40:04AM -0000, Enric Balletbo i Serra wrote:

> From: Enric Balletbo i Serra <eballetbo@iseebcn.com>
> 
> This trivial patch only changes current boards names for the official
> names.
> 
> Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>

This as well as the rest of the series are now applied to
u-boot-ti/master, thanks!
diff mbox

Patch

diff --git a/board/isee/igep00x0/igep00x0.h b/board/isee/igep00x0/igep00x0.h
index fefdb89..dbc7cf6 100644
--- a/board/isee/igep00x0/igep00x0.h
+++ b/board/isee/igep00x0/igep00x0.h
@@ -34,10 +34,10 @@ 
 const omap3_sysinfo sysinfo = {
 	DDR_STACKED,
 #if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0020)
-	"OMAP3 IGEP v2 board",
+	"IGEPv2",
 #endif
 #if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0030)
-	"OMAP3 IGEP COM Module",
+	"IGEP COM MODULE/ELECTRON",
 #endif
 #if defined(CONFIG_ENV_IS_IN_ONENAND)
 	"ONENAND",