aboutsummaryrefslogtreecommitdiff
path: root/board/isee/igep0020/igep0020.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/isee/igep0020/igep0020.h')
-rw-r--r--board/isee/igep0020/igep0020.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/isee/igep0020/igep0020.h b/board/isee/igep0020/igep0020.h
index 3d6e15fb7..3335ecc78 100644
--- a/board/isee/igep0020/igep0020.h
+++ b/board/isee/igep0020/igep0020.h
@@ -26,7 +26,11 @@
const omap3_sysinfo sysinfo = {
DDR_STACKED,
"IGEP v2 board",
+#if defined(CONFIG_ENV_IS_IN_ONENAND)
"ONENAND",
+#else
+ "NAND",
+#endif
};
static void setup_net_chip(void);