summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.header
diff options
context:
space:
mode:
authormartin yan <martin.yan@microchip.corp-partner.google.com>2022-06-02 16:59:04 -0400
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-09 16:31:20 +0000
commit7ff6aace21c2bc61b8ed97ae02d665c59b8ca14a (patch)
tree7359fd5e64ed4ea50f0fbb522f10e3bb1b190f21 /zephyr/Kconfig.header
parent170feab94b1c3575ccb067156e7f3ddc6c6f9dd2 (diff)
downloadchrome-ec-7ff6aace21c2bc61b8ed97ae02d665c59b8ca14a.tar.gz
zephyr: mchp: Support 512KB SPI image generation
Adjust configurations to fit SPI image generation BUG=none BRANCH=main TEST=zmake testall Signed-off-by: martin yan <martin.yan@microchip.corp-partner.google.com> Change-Id: I06da9b78fd3b3f42855ef197a37a18bc11ec3711 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3686761 Reviewed-by: Al Semjonovs <asemjonovs@google.com>
Diffstat (limited to 'zephyr/Kconfig.header')
-rw-r--r--zephyr/Kconfig.header2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/Kconfig.header b/zephyr/Kconfig.header
index e5c137b99e..931d7dbaf1 100644
--- a/zephyr/Kconfig.header
+++ b/zephyr/Kconfig.header
@@ -16,6 +16,7 @@ config PLATFORM_EC_RO_HEADER
config PLATFORM_EC_RO_HEADER_OFFSET
hex "Offset in memory for the location of the header"
+ default 0x1000 if SOC_SERIES_MEC172X
default 0x0
help
The offset (in bytes) of the header relative to the start address of
@@ -24,7 +25,6 @@ config PLATFORM_EC_RO_HEADER_OFFSET
config PLATFORM_EC_RO_HEADER_SIZE
hex "Size of the RO header"
default 0x40 if SOC_FAMILY_NPCX
- default 0x140 if SOC_SERIES_MEC172X
default 0x0
help
The size of the RO header in bytes. This values should come from the