summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/cpu/barebox.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/openrisc/cpu/barebox.lds.S')
-rw-r--r--arch/openrisc/cpu/barebox.lds.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/openrisc/cpu/barebox.lds.S b/arch/openrisc/cpu/barebox.lds.S
index 45c5f25539..3fae1af375 100644
--- a/arch/openrisc/cpu/barebox.lds.S
+++ b/arch/openrisc/cpu/barebox.lds.S
@@ -14,9 +14,9 @@
*/
#include <config.h>
-#include <asm-generic/barebox.lds.h>
+#include <asm/barebox.lds.h>
-OUTPUT_FORMAT("elf32-or1k", "elf32-or1k", "elf32-or1k")
+OUTPUT_FORMAT(BAREBOX_OUTPUT_FORMAT)
ENTRY(__reset)
__DYNAMIC = 0;