Fixed #522: Assembler gave an error for platform AMLG12B

This commit is contained in:
Dimitris Panokostas 2019-10-15 19:29:03 +02:00
parent 319c98cbc7
commit efffea6173

View file

@ -118,7 +118,7 @@ else ifneq (,$(findstring AMLG,$(PLATFORM)))
ifneq (,$(findstring AMLG12,$(PLATFORM)))
ifneq (,$(findstring AMLG12B,$(PLATFORM)))
CPUFLAGS += -mcpu=cortex-a73.cortex-a53
CPUFLAGS += -mcpu=cortex-a73
NAME = amiberry-AMLG12B
else
CPUFLAGS += -mcpu=cortex-a53