diff options
author | Enric Balletbo i Serra <eballetbo@iseebcn.com> | 2013-02-07 00:40:04 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-02-18 18:51:19 (GMT) |
commit | 4c21b4c4adc1f84a58d17448c95259649d08d905 (patch) | |
tree | f8d58336f310e3c0828fddbb9a2eb889c785d1b1 /board | |
parent | c0e66793c4af8f6a50fa236ab14ff4de7e31d01a (diff) | |
download | u-boot-4c21b4c4adc1f84a58d17448c95259649d08d905.tar.xz |
OMAP3: igep00x0: use official board names.
This trivial patch only changes current boards names for the official
names.
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/isee/igep00x0/igep00x0.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/isee/igep00x0/igep00x0.h b/board/isee/igep00x0/igep00x0.h index ea1e9ac..9fcaab5 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", |