summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boards/pcm030/barebox.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boards/pcm030/barebox.lds.S')
-rw-r--r--arch/powerpc/boards/pcm030/barebox.lds.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boards/pcm030/barebox.lds.S b/arch/powerpc/boards/pcm030/barebox.lds.S
index 2536db745c..146b63fe88 100644
--- a/arch/powerpc/boards/pcm030/barebox.lds.S
+++ b/arch/powerpc/boards/pcm030/barebox.lds.S
@@ -14,9 +14,9 @@
*
*/
-#include <asm-generic/barebox.lds.h>
+#include <asm/barebox.lds.h>
-OUTPUT_ARCH("powerpc")
+OUTPUT_ARCH(BAREBOX_OUTPUT_ARCH)
ENTRY(_start)
/* Do we need any of these for elf?
__DYNAMIC = 0; */