diff options
author | Holger Freyther <zecke@selfish.org> | 2006-11-11 01:44:32 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-11-11 01:44:32 +0000 |
commit | 163652f7fb3d27a7efabe76c35f5b903b74bc8a7 (patch) | |
tree | 8bd951e1e5aad65055175d1c66d2113ff0d00922 /conf/machine/amsdelta.conf | |
parent | 8b86a9487bc7ba997496ca8952f5045686dea6e5 (diff) |
Add quotes for assignments to make the new parser happy
Diffstat (limited to 'conf/machine/amsdelta.conf')
-rw-r--r-- | conf/machine/amsdelta.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/amsdelta.conf b/conf/machine/amsdelta.conf index 443b70c5de..85afdc85f4 100644 --- a/conf/machine/amsdelta.conf +++ b/conf/machine/amsdelta.conf @@ -19,7 +19,7 @@ EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" GUI_MACHINE_CLASS="smallscreen" -PREFERRED_VERSION_u-boot = 1.1.4 +PREFERRED_VERSION_u-boot = "1.1.4" TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t" |