From 8d17b94d357d397c6b84506a982bcfadff6d8608 Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Wed, 31 Jan 2024 10:02:32 +0100 Subject: [PATCH] Remove Ledger Security Review banner --- app/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Makefile b/app/Makefile index 942b170a..a344ded2 100755 --- a/app/Makefile +++ b/app/Makefile @@ -55,10 +55,6 @@ endif APP_LOAD_PARAMS = --curve ed25519 $(COMMON_LOAD_PARAMS) --path $(APPPATH) -# Ledger: add the \"Pending security review\" disclaimer -APP_LOAD_PARAMS += --tlvraw 9F:01 -DEFINES += HAVE_PENDING_REVIEW_SCREEN - include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.devices $(info TARGET_NAME = [$(TARGET_NAME)])