]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Merge branch 'master' of git://git.denx.de/u-boot-arc
authorTom Rini <trini@konsulko.com>
Thu, 14 May 2015 10:59:35 +0000 (06:59 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 14 May 2015 10:59:35 +0000 (06:59 -0400)
arch/arc/Kconfig
arch/arc/config.mk

index 85fddd2f878ff4616d8ae114d475e6617d388055..67d28d33f93304f51a0575b412ba85aff3b796f4 100644 (file)
@@ -134,14 +134,6 @@ choice
        prompt "Target select"
        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
        bool "Support tb100"
 
index 04c034b637e51b24de3e25d053612e7f2b3c5ae3..74943d9ffe5cd55bf1bb82ff52cae313a9206daa 100644 (file)
@@ -11,13 +11,13 @@ CONFIG_SYS_BIG_ENDIAN = 1
 endif
 
 ifdef CONFIG_SYS_LITTLE_ENDIAN
-ARC_CROSS_COMPILE := arc-buildroot-linux-uclibc-
+ARC_CROSS_COMPILE := arc-linux-
 PLATFORM_LDFLAGS += -EL
 PLATFORM_CPPFLAGS += -mlittle-endian
 endif
 
 ifdef CONFIG_SYS_BIG_ENDIAN
-ARC_CROSS_COMPILE := arceb-buildroot-linux-uclibc-
+ARC_CROSS_COMPILE := arceb-linux-
 PLATFORM_LDFLAGS += -EB
 PLATFORM_CPPFLAGS += -mbig-endian
 endif