summaryrefslogtreecommitdiff
path: root/meta-aspeed
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2022-08-08 14:47:45 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-08-09 06:54:46 +0300
commitd1da1a9d5824e9a95582d2d3b3b73aa564c7c896 (patch)
tree9d07f9cfbe1b577622aa6d64303957eee9d783ea /meta-aspeed
parent5f87e5375bdc441e0f34156f6305147047390aa6 (diff)
downloadopenbmc-d1da1a9d5824e9a95582d2d3b3b73aa564c7c896.tar.xz
meta-aspeed: socsec-sign: Fix comment about SRAM layout
It mistakenly refers to SDRAM, which doesn't make sense in context. Change-Id: I1890b4b87ddc7592f28cdcd1957952dd8bdfaba7 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'meta-aspeed')
-rw-r--r--meta-aspeed/classes/socsec-sign.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aspeed/classes/socsec-sign.bbclass b/meta-aspeed/classes/socsec-sign.bbclass
index f46147d748..d81a86588a 100644
--- a/meta-aspeed/classes/socsec-sign.bbclass
+++ b/meta-aspeed/classes/socsec-sign.bbclass
@@ -8,7 +8,7 @@ SOCSEC_SIGN_SOC ?= "2600"
SOCSEC_SIGN_ALGO ?= "RSA4096_SHA512"
SOCSEC_SIGN_HELPER ?= ""
# u-boot-aspeed-sdk commit '2c3b53489c ast2600: Modify SPL SRAM layout'
-# changes the SDRAM layout so that the verification region does NOT
+# changes the SRAM layout so that the verification region does NOT
# intersects the stack. The parameter below can be used to instruct
# socsec to work in either mode (ommitting it throws a warning), but
# newer (post v00.03.03) u-boot-aspeed-sdk need this set to false