aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHeiko Schocher2023-01-24 18:06:59 +0100
committerTom Rini2023-02-06 13:04:53 -0500
commit9e85d186eaa92fb9d460ed4954eb591c3581bc80 (patch)
tree21e6c8dcec526017a4c005cb4588bfa2caf0f39d /include
parent5a971a2728eb02d59988d034bde0d3dfa19f442e (diff)
powerpc/mpc85xx: socrates: enable protected Environment
enable protected Environment on socrates board. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/socrates.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/socrates.h b/include/configs/socrates.h
index e2afba96cd3..305914de859 100644
--- a/include/configs/socrates.h
+++ b/include/configs/socrates.h
@@ -171,6 +171,8 @@
SOCRATES_ENV_MTD \
""
+#define CFG_ENV_FLAGS_LIST_STATIC "ethaddr:mw,eth1addr:mw,system1_addr:xw,serial#:sw,ethact:sw,ethprime:sw"
+
/* pass open firmware flat tree */
#endif /* __CONFIG_H */