Here is Franck Jullien's comment (see http://lists.infradead.org/pipermail/barebox/2015-February/022259.html): > Until now, the official openrisc toolchain was called or32. > However, the new one (and maintained one) is called or1k. So we need > to change "elf32-or32" to "elf32-or1k" in barebox.lds.S. Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx> Cc: Franck Jullien <franck.jullien@xxxxxxxxx> --- arch/openrisc/cpu/barebox.lds.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/openrisc/cpu/barebox.lds.S b/arch/openrisc/cpu/barebox.lds.S index dbecdbf..9c353f3 100644 --- a/arch/openrisc/cpu/barebox.lds.S +++ b/arch/openrisc/cpu/barebox.lds.S @@ -16,7 +16,7 @@ #include <config.h> #include <asm-generic/barebox.lds.h> -OUTPUT_FORMAT("elf32-or32", "elf32-or32", "elf32-or32") +OUTPUT_FORMAT("elf32-or1k", "elf32-or1k", "elf32-or1k") __DYNAMIC = 0; MEMORY -- 2.1.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox