Skip to content

Commit

Permalink
Makefile: update baking app flags
Browse files Browse the repository at this point in the history
APPLICATION_FLAG_GLOBAL_PIN
  • Loading branch information
spalmer25 committed Feb 22, 2024
1 parent 98a0129 commit 6a06dbf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ endif

ifeq ($(APP),tezos_baking)

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
# APPLICATION_FLAG_GLOBAL_PIN
APP_LOAD_FLAGS=--appFlags 0x040

else

Expand Down

0 comments on commit 6a06dbf

Please sign in to comment.