summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
diff options
context:
space:
mode:
authorGuillaume REMBERT <guillaume.rembert@euryecetelecom.com>2015-11-08 14:37:15 +0000
committerTom Rini <trini@konsulko.com>2015-11-12 18:13:20 -0500
commit87da2690ab81b5f29f83dc85c55f933e6ef414bc (patch)
tree4f9ff301511ca2890a46571ceaed1ee3fbcae2cb /arch/openrisc
parentca746f044e3c8b047598601fdf3d732505a67c4c (diff)
downloadblackbird-obmc-uboot-87da2690ab81b5f29f83dc85c55f933e6ef414bc.tar.gz
blackbird-obmc-uboot-87da2690ab81b5f29f83dc85c55f933e6ef414bc.zip
openrisc: updating build tools naming convention
Dear u-boot community, I just made a small change on the openrisc-generic platform configuration to take in account the new naming convention (or1k instead of or32, so the build process gets fine). Could you take care to review and approve the following patch, please? Kind regards,
Diffstat (limited to 'arch/openrisc')
-rw-r--r--arch/openrisc/config.mk2
-rw-r--r--arch/openrisc/cpu/u-boot.lds2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/openrisc/config.mk b/arch/openrisc/config.mk
index cd95f24b1f..bfdb71f0be 100644
--- a/arch/openrisc/config.mk
+++ b/arch/openrisc/config.mk
@@ -6,7 +6,7 @@
#
ifeq ($(CROSS_COMPILE),)
-CROSS_COMPILE := or32-elf-
+CROSS_COMPILE := or1k-elf-
endif
# r10 used for global object pointer, already set in OR32 GCC but just to be
diff --git a/arch/openrisc/cpu/u-boot.lds b/arch/openrisc/cpu/u-boot.lds
index d9bb7b7f87..854088b880 100644
--- a/arch/openrisc/cpu/u-boot.lds
+++ b/arch/openrisc/cpu/u-boot.lds
@@ -1,5 +1,5 @@
#include <config.h>
-OUTPUT_ARCH(or32)
+OUTPUT_ARCH(or1k)
__DYNAMIC = 0;
MEMORY
OpenPOWER on IntegriCloud