summaryrefslogtreecommitdiff
path: root/zephyr
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2022-08-03 14:00:50 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-08-04 16:08:08 +0000
commitb26904c670250b90ede395ae9969ffe579719f5a (patch)
tree718ff34f9d509c5676a3982fcf4b5878b6747469 /zephyr
parentfd17e4661220def8023e64d62d3d052da1ccb835 (diff)
downloadchrome-ec-b26904c670250b90ede395ae9969ffe579719f5a.tar.gz
rex: update zephyr board to correct version for P0
This CL sets the zephyr_board to the correct value for the EC. This version has 384kB flash space for both RO/RW instead of 256kB. BRANCH=none BUG=b:240434243 TEST=zmake build rex Signed-off-by: Scott Collyer <scollyer@google.com> Change-Id: I7a1bb5b33a8915a931dfb2aa1f4fac0ac8cbf8af Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3808540 Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com> Commit-Queue: Scott Collyer <scollyer@chromium.org> Tested-by: Scott Collyer <scollyer@chromium.org>
Diffstat (limited to 'zephyr')
-rw-r--r--zephyr/projects/rex/BUILD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/projects/rex/BUILD.py b/zephyr/projects/rex/BUILD.py
index e19e46fc49..33171d74e0 100644
--- a/zephyr/projects/rex/BUILD.py
+++ b/zephyr/projects/rex/BUILD.py
@@ -11,7 +11,7 @@ def register_variant(
"""Register a variant of rex."""
register_npcx_project(
project_name=project_name,
- zephyr_board="npcx9m3f",
+ zephyr_board="npcx9m7f",
dts_overlays=[
# Common to all projects.
here / "rex.dts",