avrdude: remove renaming of ATmega1281 to 128 for old avrdude versions
authorGregor Riepl <onitake@gmail.com>
Tue, 16 Dec 2014 15:38:47 +0000 (16:38 +0100)
committerOlivier Matz <zer0@droids-corp.org>
Sun, 8 Feb 2015 21:37:23 +0000 (22:37 +0100)
It's fully supported now, we don't need this hack anymore.

Signed-off-by: Gregor Riepl <onitake@gmail.com>
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