blob: 22233ce59d211472e3ad97b38eafb9d7a973040c [file] [log] [blame]
From 2efee00c747c83a7255c6fabc573da1210d5e45c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= <jan.kundrat@cesnet.cz>
Date: Tue, 10 Oct 2017 20:49:41 +0200
Subject: [PATCH 2/5] clearfog: Add another, redundant environment storage
---
include/configs/clearfog.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h
index eac1e8bbce..8f87eca771 100644
--- a/include/configs/clearfog.h
+++ b/include/configs/clearfog.h
@@ -70,6 +70,9 @@
#define CONFIG_ENV_OFFSET 0xf0000
#define CONFIG_ENV_ADDR CONFIG_ENV_OFFSET
+#define CONFIG_ENV_OFFSET_REDUND 0xe0000
+#define CONFIG_SYS_REDUNDAND_ENVIRONMENT
+
#define CONFIG_PHY_MARVELL /* there is a marvell phy */
#define PHY_ANEG_TIMEOUT 8000 /* PHY needs a longer aneg time */
--
2.14.1