mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
c0e66793c4
commit
4c21b4c4ad
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue