[PATCH 2/2] ast2500-edk: Configure HW strap register

Andrew Jeffery andrew at aj.id.au
Thu Jul 28 11:25:34 AEST 2016


Strap register value was read off the hardware after boot.

Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
---
 hw/arm/palmetto-bmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/arm/palmetto-bmc.c b/hw/arm/palmetto-bmc.c
index ec4aed306e7b..9e9c7e403133 100644
--- a/hw/arm/palmetto-bmc.c
+++ b/hw/arm/palmetto-bmc.c
@@ -47,7 +47,7 @@ enum {
 static const AspeedBoardConfig aspeed_boards[] = {
     [PALMETTO_BMC] = { AST2400_HW_STRAP1, AST2400_A0_SILICON_REV,
                          AST2400_SDRAM_BASE },
-    [AST2500_EDK]  = { 0x00000200, AST2500_A1_SILICON_REV,
+    [AST2500_EDK]  = { 0x7100c2e6, AST2500_A1_SILICON_REV,
                          AST2500_SDRAM_BASE },
 };
 
-- 
2.9.2.597.g66765a4



More information about the openbmc mailing list