From 0b3373e6dfbef3132001580d482839cb99084620 Mon Sep 17 00:00:00 2001 From: Saleem Rashid Date: Fri, 9 Jun 2017 19:54:09 +0100 Subject: [PATCH] bootloader: Remove duplicate 'flash' target --- bootloader/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/bootloader/Makefile b/bootloader/Makefile index 8f06bb8..2067813 100644 --- a/bootloader/Makefile +++ b/bootloader/Makefile @@ -18,6 +18,3 @@ include ../Makefile.include align: $(NAME).bin ./firmware_align.py $(NAME).bin - -flash: $(NAME).bin - $(FLASH) write $(NAME).bin 0x8000000