[PATCH u-boot v2019.04-aspeed-openbmc] configs: aspeed-common: Add redundant env for mmc

Adriana Kobylak anoo at linux.ibm.com
Sat Jun 19 01:14:36 AEST 2021


From: Adriana Kobylak <anoo at us.ibm.com>

If the env is in MMC, specify the location of the redundant environment.
Per the ast2600_openbmc_spl_emmc_defconfig, the environment is located
at byte offset 0x5000 in the user data partition, and is sized at
0x10000. The redundant environment follows it immediately and is the
same size.

Signed-off-by: Eddie James <eajames at linux.ibm.com>
Signed-off-by: Adriana Kobylak <anoo at us.ibm.com>
---
 include/configs/aspeed-common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/aspeed-common.h b/include/configs/aspeed-common.h
index 8f404570b1..59449d36d0 100644
--- a/include/configs/aspeed-common.h
+++ b/include/configs/aspeed-common.h
@@ -83,6 +83,7 @@
 #ifdef CONFIG_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV		0
 #define CONFIG_SYS_MMC_ENV_PART		0
+#define CONFIG_ENV_OFFSET_REDUND	0x15000
 #endif
 
 #endif	/* __ASPEED_COMMON_CONFIG_H */
-- 
2.25.1



More information about the openbmc mailing list