Fixed #522: Assembler gave an error for platform AMLG12B
This commit is contained in:
parent
319c98cbc7
commit
efffea6173
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue