summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/hatch_fp/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/hatch_fp/build.mk b/board/hatch_fp/build.mk
index 9c2a928de5..de4dde367b 100644
--- a/board/hatch_fp/build.mk
+++ b/board/hatch_fp/build.mk
@@ -18,6 +18,8 @@ ifeq ($(HAS_MOCK_FPSENSOR_DETECT),)
board-y+=fpsensor_detect.o
endif
+# Do not build rsa test because this board uses RSA exponent 3 and the rsa test
+# will fail on device.
test-list-y=\
aes \
compile_time_macros \
@@ -30,7 +32,6 @@ test-list-y=\
pingpong \
rollback \
rollback_entropy \
- rsa \
rsa3 \
rtc \
scratchpad \