summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Winkler <robert.winkler@boundarydevices.com>2013-05-21 13:20:44 -0700
committerRobert Winkler <robert.winkler@boundarydevices.com>2013-06-17 13:46:28 -0700
commit87a9d4d58ae52097d472b4f6afb455ff19ea821c (patch)
treeec71dc89e9b142614467c13d689a8bad17149c79
parent4f6c85d7a5535ca56854ffe64453394bb086c2ca (diff)
Enable FUSE/ocotp support for nit6lite and oc boards
Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com>
-rw-r--r--include/configs/nit6xlite.h5
-rw-r--r--include/configs/oc.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/nit6xlite.h b/include/configs/nit6xlite.h
index f2816879d2..91a089da3b 100644
--- a/include/configs/nit6xlite.h
+++ b/include/configs/nit6xlite.h
@@ -44,6 +44,11 @@
#define CONFIG_MISC_INIT_R
#define CONFIG_MXC_GPIO
+#define CONFIG_CMD_FUSE
+#ifdef CONFIG_CMD_FUSE
+#define CONFIG_MXC_OCOTP
+#endif
+
#define CONFIG_MXC_UART
#define CONFIG_MXC_UART_BASE UART2_BASE
diff --git a/include/configs/oc.h b/include/configs/oc.h
index 77b697fc00..3c47abdbad 100644
--- a/include/configs/oc.h
+++ b/include/configs/oc.h
@@ -44,6 +44,11 @@
#define CONFIG_MISC_INIT_R
#define CONFIG_MXC_GPIO
+#define CONFIG_CMD_FUSE
+#ifdef CONFIG_CMD_FUSE
+#define CONFIG_MXC_OCOTP
+#endif
+
#define CONFIG_MXC_UART
#define CONFIG_MXC_UART_BASE UART2_BASE