Merge branch 'master' of git://www.denx.de/git/u-boot-arc

This commit is contained in:
Tom Rini 2016-09-18 12:10:54 -04:00
commit a7a97fddb3
1 changed files with 3 additions and 3 deletions

View File

@ -31,15 +31,15 @@ CONFIG_MMU = 1
endif endif
ifdef CONFIG_CPU_ARC750D ifdef CONFIG_CPU_ARC750D
PLATFORM_CPPFLAGS += -marc700 PLATFORM_CPPFLAGS += -mcpu=arc700
endif endif
ifdef CONFIG_CPU_ARC770D ifdef CONFIG_CPU_ARC770D
PLATFORM_CPPFLAGS += -marc700 -mlock -mswape PLATFORM_CPPFLAGS += -mcpu=arc700 -mlock -mswape
endif endif
ifdef CONFIG_CPU_ARCEM6 ifdef CONFIG_CPU_ARCEM6
PLATFORM_CPPFLAGS += -marcem PLATFORM_CPPFLAGS += -mcpu=arcem
endif endif
ifdef CONFIG_CPU_ARCHS34 ifdef CONFIG_CPU_ARCHS34