summaryrefslogtreecommitdiffstats
path: root/board/isee
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <eballetbo@iseebcn.com>2013-02-07 00:40:06 +0000
committerTom Rini <trini@ti.com>2013-02-18 13:51:19 -0500
commitd9aacf4190136225763407a4c1ce2dccd30edf5e (patch)
tree7c4eac6a67cf1f7f87f14720e0fd826810ee2c9f /board/isee
parentaa127df60ecf5ab1450936902e3374d5a92bd0fb (diff)
downloadtalos-obmc-uboot-d9aacf4190136225763407a4c1ce2dccd30edf5e.tar.gz
talos-obmc-uboot-d9aacf4190136225763407a4c1ce2dccd30edf5e.zip
OMAP3: igep00x0: Add new IGEP COM PROTON.
The IGEP COM PROTON is a new ultra compact module design with an on-board ethernet controller. Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Diffstat (limited to 'board/isee')
-rw-r--r--board/isee/igep00x0/igep00x0.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/isee/igep00x0/igep00x0.h b/board/isee/igep00x0/igep00x0.h
index 9fcaab5dec..5ef22aeda4 100644
--- a/board/isee/igep00x0/igep00x0.h
+++ b/board/isee/igep00x0/igep00x0.h
@@ -39,6 +39,9 @@ const omap3_sysinfo sysinfo = {
#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0030)
"IGEP COM MODULE/ELECTRON",
#endif
+#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0032)
+ "IGEP COM PROTON",
+#endif
#if defined(CONFIG_ENV_IS_IN_ONENAND)
"ONENAND",
#else
OpenPOWER on IntegriCloud