mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-arc
This commit is contained in:
commit
14539bad49
2 changed files with 2 additions and 10 deletions
|
@ -134,14 +134,6 @@ choice
|
||||||
prompt "Target select"
|
prompt "Target select"
|
||||||
optional
|
optional
|
||||||
|
|
||||||
config TARGET_DUMMY
|
|
||||||
bool "Dummy target"
|
|
||||||
help
|
|
||||||
Please select one of real target boards below!
|
|
||||||
This target is only meant to force "makedefconfig" to put
|
|
||||||
TARGET_xxx in defconfig even this is the first target from the list
|
|
||||||
below.
|
|
||||||
|
|
||||||
config TARGET_TB100
|
config TARGET_TB100
|
||||||
bool "Support tb100"
|
bool "Support tb100"
|
||||||
|
|
||||||
|
|
|
@ -11,13 +11,13 @@ CONFIG_SYS_BIG_ENDIAN = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_SYS_LITTLE_ENDIAN
|
ifdef CONFIG_SYS_LITTLE_ENDIAN
|
||||||
ARC_CROSS_COMPILE := arc-buildroot-linux-uclibc-
|
ARC_CROSS_COMPILE := arc-linux-
|
||||||
PLATFORM_LDFLAGS += -EL
|
PLATFORM_LDFLAGS += -EL
|
||||||
PLATFORM_CPPFLAGS += -mlittle-endian
|
PLATFORM_CPPFLAGS += -mlittle-endian
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_SYS_BIG_ENDIAN
|
ifdef CONFIG_SYS_BIG_ENDIAN
|
||||||
ARC_CROSS_COMPILE := arceb-buildroot-linux-uclibc-
|
ARC_CROSS_COMPILE := arceb-linux-
|
||||||
PLATFORM_LDFLAGS += -EB
|
PLATFORM_LDFLAGS += -EB
|
||||||
PLATFORM_CPPFLAGS += -mbig-endian
|
PLATFORM_CPPFLAGS += -mbig-endian
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue