summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Peress <peress@google.com>2022-03-24 21:15:19 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-03-25 15:24:11 +0000
commit689475a45c5a1003f100deed04a0059c5cf6bdfb (patch)
treeed169e9cf3e031fa9290fe0e2c6a31528d627182
parent61e49c904476dafbd7f973e02ebd11a14d1c1969 (diff)
downloadchrome-ec-stabilize-14633.B-main.tar.gz
zephyr: Remove tp register from panic liststabilize-14633.B-main
Upstream zephyr removed this register. BRANCH=none BUG=none TEST=zmake configure --build krabby Cq-Depend: chromium:3542110 Signed-off-by: Yuval Peress <peress@google.com> Change-Id: I72da6f58f2d022cce0628dbcb3be653a774132c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3551641 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--zephyr/shim/src/panic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/shim/src/panic.c b/zephyr/shim/src/panic.c
index 22322cc4ee..82091df10d 100644
--- a/zephyr/shim/src/panic.c
+++ b/zephyr/shim/src/panic.c
@@ -43,7 +43,6 @@
#define PANIC_ARCH PANIC_ARCH_RISCV_RV32I
#define PANIC_REG_LIST(M) \
M(ra, riscv.regs[1], ra) \
- M(tp, riscv.regs[3], tp) \
M(a0, riscv.regs[4], a0) \
M(a1, riscv.regs[5], a1) \
M(a2, riscv.regs[6], a2) \