mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
Merge git://git.denx.de/u-boot-arc
This commit is contained in:
commit
e8009beff6
2 changed files with 4 additions and 2 deletions
|
@ -43,11 +43,11 @@ PLATFORM_CPPFLAGS += -marcem
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_CPU_ARCHS34
|
ifdef CONFIG_CPU_ARCHS34
|
||||||
PLATFORM_CPPFLAGS += -marchs
|
PLATFORM_CPPFLAGS += -mcpu=archs
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_CPU_ARCHS38
|
ifdef CONFIG_CPU_ARCHS38
|
||||||
PLATFORM_CPPFLAGS += -marchs
|
PLATFORM_CPPFLAGS += -mcpu=archs
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PLATFORM_CPPFLAGS += -ffixed-r25 -D__ARC__ -gdwarf-2
|
PLATFORM_CPPFLAGS += -ffixed-r25 -D__ARC__ -gdwarf-2
|
||||||
|
|
|
@ -7,9 +7,11 @@
|
||||||
#ifndef __ASM_ARC_GLOBAL_DATA_H
|
#ifndef __ASM_ARC_GLOBAL_DATA_H
|
||||||
#define __ASM_ARC_GLOBAL_DATA_H
|
#define __ASM_ARC_GLOBAL_DATA_H
|
||||||
|
|
||||||
|
#ifndef __ASSEMBLY__
|
||||||
/* Architecture-specific global data */
|
/* Architecture-specific global data */
|
||||||
struct arch_global_data {
|
struct arch_global_data {
|
||||||
};
|
};
|
||||||
|
#endif /* __ASSEMBLY__ */
|
||||||
|
|
||||||
#include <asm-generic/global_data.h>
|
#include <asm-generic/global_data.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue