summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:29 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:29 +0200
commit3b96cc1007caa0a9f21d18dab367ae2ce8d7bcdc (patch)
treee182e5d70c5c257e71d65372f4bc762c83fac187 /board
parent0c48f25ade447a9f57ae8b053f5d6d1a198f221d (diff)
downloadbarebox-3b96cc1007caa0a9f21d18dab367ae2ce8d7bcdc.tar.gz
barebox-3b96cc1007caa0a9f21d18dab367ae2ce8d7bcdc.tar.xz
svn_rev_174
powerpc expands to 1. use "powerpc" instead
Diffstat (limited to 'board')
-rw-r--r--board/phycore_mpc5200b_tiny/u-boot.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phycore_mpc5200b_tiny/u-boot.lds.S b/board/phycore_mpc5200b_tiny/u-boot.lds.S
index 024158df8a..33b3c85a91 100644
--- a/board/phycore_mpc5200b_tiny/u-boot.lds.S
+++ b/board/phycore_mpc5200b_tiny/u-boot.lds.S
@@ -23,7 +23,7 @@
#include <asm-generic/u-boot.lds.h>
-OUTPUT_ARCH(powerpc)
+OUTPUT_ARCH("powerpc")
/* Do we need any of these for elf?
__DYNAMIC = 0; */
SECTIONS