aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/lite5200.conf
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-11-11 01:44:32 +0000
committerHolger Freyther <zecke@selfish.org>2006-11-11 01:44:32 +0000
commit163652f7fb3d27a7efabe76c35f5b903b74bc8a7 (patch)
tree8bd951e1e5aad65055175d1c66d2113ff0d00922 /conf/machine/lite5200.conf
parent8b86a9487bc7ba997496ca8952f5045686dea6e5 (diff)
downloadopenembedded-163652f7fb3d27a7efabe76c35f5b903b74bc8a7.tar.gz
Add quotes for assignments to make the new parser happy
Diffstat (limited to 'conf/machine/lite5200.conf')
-rw-r--r--conf/machine/lite5200.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/lite5200.conf b/conf/machine/lite5200.conf
index 2bf6cc2d8e..cd943f7e65 100644
--- a/conf/machine/lite5200.conf
+++ b/conf/machine/lite5200.conf
@@ -4,7 +4,7 @@ UBOOT_MACHINE = "Lite5200"
SERIAL_CONSOLE="38400 ttyS0"
-TARGET_PREFIX = powerpc-603e-linux-gnu-
+TARGET_PREFIX = "powerpc-603e-linux-gnu-"
IMAGE_FSTYPES = "jffs2 tar.bz2"