mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
add flash target to bootloader makefile
This commit is contained in:
parent
259eeae26e
commit
dc8348b4a0
@ -16,5 +16,8 @@ CFLAGS += -DUSE_PRECOMPUTED_CP=0
|
||||
|
||||
include ../Makefile.include
|
||||
|
||||
align:
|
||||
align: $(NAME).bin
|
||||
./firmware_align.py $(NAME).bin
|
||||
|
||||
flash: $(NAME).bin
|
||||
$(FLASH) write $(NAME).bin 0x8000000
|
||||
|
Loading…
Reference in New Issue
Block a user