aboutsummaryrefslogtreecommitdiff
path: root/board/isee/igep0030
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@dowhile0.org>2012-07-28 01:19:32 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-08-05 22:02:37 +0200
commite4b7fdcfe642b2d74267a82cd86c25b3338faa31 (patch)
treeb51f6a18b450cee00265d474aa018664e55a7f90 /board/isee/igep0030
parent6ece3a67512c16a531672a9ae3fe2af7f1462647 (diff)
OMAP3: igep00x0: Add config option to choose flash storage memory
IGEP-based boards can have two different flash memories, a OneNAND or a NAND device. Add a configuration option for to choose which memory to use. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> Acked-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Diffstat (limited to 'board/isee/igep0030')
-rw-r--r--board/isee/igep0030/igep0030.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/isee/igep0030/igep0030.h b/board/isee/igep0030/igep0030.h
index b7ce5aa66..a93339daa 100644
--- a/board/isee/igep0030/igep0030.h
+++ b/board/isee/igep0030/igep0030.h
@@ -26,7 +26,11 @@
const omap3_sysinfo sysinfo = {
DDR_STACKED,
"OMAP3 IGEP module",
+#if defined(CONFIG_ENV_IS_IN_ONENAND)
"ONENAND",
+#else
+ "NAND",
+#endif
};
/*