summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r--src/soc/amd/picasso/include/soc/lpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/include/soc/lpc.h b/src/soc/amd/picasso/include/soc/lpc.h
index 2705f2d9e55f..24d12b3b9e05 100644
--- a/src/soc/amd/picasso/include/soc/lpc.h
+++ b/src/soc/amd/picasso/include/soc/lpc.h
@@ -3,7 +3,7 @@
#ifndef AMD_PICASSO_LPC_H
#define AMD_PICASSO_LPC_H
-#define SPIROM_BASE_ADDRESS_REGISTER 0xa0
+#define SPI_BASE_ADDRESS_REGISTER 0xa0
#define SPI_BASE_ALIGNMENT BIT(8)
#define SPI_BASE_RESERVED (BIT(5) | BIT(6) | BIT(7))
#define PSP_SPI_MMIO_SEL BIT(4)