From 832071a038caabf2509908e89ec2fe17cd855a46 Mon Sep 17 00:00:00 2001 From: Gregor Riepl Date: Tue, 16 Dec 2014 16:38:47 +0100 Subject: [PATCH] avrdude: remove renaming of ATmega1281 to 128 for old avrdude versions It's fully supported now, we don't need this hack anymore. Signed-off-by: Gregor Riepl --- mk/aversive_project.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mk/aversive_project.mk b/mk/aversive_project.mk index 7a21d73..f0f6eb9 100644 --- a/mk/aversive_project.mk +++ b/mk/aversive_project.mk @@ -108,12 +108,7 @@ endif LDFLAGS += $(MATH_LIB) -# AVRDUDE does not know the ATMEGA1281 for now, consider it a 128. -ifeq ($(MCU),atmega1281) -AVRDUDE_MCU = atmega128 -else AVRDUDE_MCU = $(MCU) -endif AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).$(FORMAT_EXTENSION) #AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep -- 2.20.1