summaryrefslogtreecommitdiff
path: root/chip/npcx/sha256_chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/sha256_chip.c')
-rw-r--r--chip/npcx/sha256_chip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/sha256_chip.c b/chip/npcx/sha256_chip.c
index 4d90ba6e74..e2590cad65 100644
--- a/chip/npcx/sha256_chip.c
+++ b/chip/npcx/sha256_chip.c
@@ -32,7 +32,7 @@ enum ncl_sha_type {
* The base address of the table that holds the function pointer for each
* SHA256 API in ROM.
*/
-#define NCL_SHA_BASE_ADDR 0x0000013CUL
+#define NCL_SHA_BASE_ADDR 0x00000100UL
struct ncl_sha {
/* Get the SHA context size required by SHA APIs. */
uint32_t (*get_context_size)(void);