Skip to content

Commit

Permalink
TMP: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Feb 22, 2024
1 parent 9a93a6f commit bcc9626
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,13 @@ else ifeq ($(APP),tezos_wallet)
APPNAME = "Tezos Wallet"
endif

ifeq ($(APP),tezos_baking)

ifeq ($(TARGET_NAME),$(filter $(TARGET_NAME),TARGET_NANOS TARGET_NANOS2))
# APPLICATION_FLAG_LIBRARY
APP_LOAD_FLAGS=--appFlags 0x800
else
# APPLICATION_FLAG_LIBRARY + APPLICATION_FLAG_BOLOS_SETTINGS
APP_LOAD_FLAGS=--appFlags 0xa00
endif

else

ifeq ($(TARGET_NAME), TARGET_NANOS)
# APPLICATION_FLAG_LIBRARY
APP_LOAD_FLAGS=--appFlags 0x800
else
# APPLICATION_FLAG_LIBRARY + APPLICATION_FLAG_BOLOS_SETTINGS + APPLICATION_FLAG_GLOBAL_PIN
APP_LOAD_FLAGS=--appFlags 0xa40
endif

endif

APP_LOAD_PARAMS=$(APP_LOAD_FLAGS) --curve ed25519 --curve secp256k1 --curve secp256r1 --path "44'/1729'" $(COMMON_LOAD_PARAMS)

GIT_DESCRIBE ?= $(shell git describe --tags --abbrev=8 --always --long --dirty 2>/dev/null)
Expand Down

0 comments on commit bcc9626

Please sign in to comment.