avrdude: remove renaming of ATmega1281 to 128 for old avrdude versions
[aversive.git] / mk / aversive_project.mk
index 7a21d73..f0f6eb9 100644 (file)
@@ -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