summaryrefslogtreecommitdiff
path: root/include/configs/NETTA.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/NETTA.h')
-rw-r--r--include/configs/NETTA.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/NETTA.h b/include/configs/NETTA.h
index 76e9cb4c1e..d9a78bdead 100644
--- a/include/configs/NETTA.h
+++ b/include/configs/NETTA.h
@@ -117,6 +117,7 @@
CFG_CMD_MII | \
CFG_CMD_PCMCIA | CFG_CMD_IDE | CFG_CMD_FAT | \
CFG_CMD_DIAG | \
+ CFG_CMD_NFS | \
CFG_CMD_CDP \
)
@@ -742,4 +743,12 @@
/*************************************************************************************************/
+#define CONFIG_CRC32_VERIFY 1
+
+/*************************************************************************************************/
+
+#define CONFIG_HUSH_OLD_PARSER_COMPATIBLE 1
+
+/*************************************************************************************************/
+
#endif /* __CONFIG_H */