blob: da15be1a2c7229d2229ceb53b1cd92a728a94f27 [file] [log] [blame]
Jan Kundrát1f66d162017-10-11 11:54:04 +02001From 3631fab797c4991e04fb8bf984ca53d00aec520f Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= <jan.kundrat@cesnet.cz>
3Date: Tue, 10 Oct 2017 20:49:41 +0200
4Subject: [PATCH 2/2] Add another, redundant storage for the environment
5
6---
7 include/configs/clearfog.h | 3 +++
8 1 file changed, 3 insertions(+)
9
10diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h
11index eac1e8bbce..8f87eca771 100644
12--- a/include/configs/clearfog.h
13+++ b/include/configs/clearfog.h
14@@ -70,6 +70,9 @@
15 #define CONFIG_ENV_OFFSET 0xf0000
16 #define CONFIG_ENV_ADDR CONFIG_ENV_OFFSET
17
18+#define CONFIG_ENV_OFFSET_REDUND 0xe0000
19+#define CONFIG_SYS_REDUNDAND_ENVIRONMENT
20+
21 #define CONFIG_PHY_MARVELL /* there is a marvell phy */
22 #define PHY_ANEG_TIMEOUT 8000 /* PHY needs a longer aneg time */
23
24--
252.14.1
26