diff options
author | Heiko Schocher | 2023-01-24 18:06:59 +0100 |
---|---|---|
committer | Tom Rini | 2023-02-06 13:04:53 -0500 |
commit | 9e85d186eaa92fb9d460ed4954eb591c3581bc80 (patch) | |
tree | 21e6c8dcec526017a4c005cb4588bfa2caf0f39d /include | |
parent | 5a971a2728eb02d59988d034bde0d3dfa19f442e (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.h | 2 |
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 */ |