summaryrefslogtreecommitdiffstats
path: root/board/matrix_vision/common/mv_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/matrix_vision/common/mv_common.c')
-rw-r--r--board/matrix_vision/common/mv_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/matrix_vision/common/mv_common.c b/board/matrix_vision/common/mv_common.c
index 0afc535415..404c8b41c0 100644
--- a/board/matrix_vision/common/mv_common.c
+++ b/board/matrix_vision/common/mv_common.c
@@ -38,6 +38,7 @@ static char* entries_to_keep[] = {
#define MV_MAX_ENV_ENTRY_LENGTH 64
#define MV_KEEP_ENTRIES ARRAY_SIZE(entries_to_keep)
+#ifndef CONFIG_ENV_IS_NOWHERE
void mv_reset_environment(void)
{
int i;
@@ -67,6 +68,7 @@ void mv_reset_environment(void)
saveenv();
}
+#endif
int mv_load_fpga(void)
{
OpenPOWER on IntegriCloud