aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorScott Talbot <psyc@stalbot.com>2008-11-19 17:11:17 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:11:17 +0000
commit754d92cefb28dc338af35babdff43e280c2a1d27 (patch)
treea45d8443acf2be68f39b4f3c6ec8fbc6026a1ac2 /build
parent67ac1095bb91e19087eb5b6ed414be9205711377 (diff)
Fix load address for Freerunner devices
Make the load address within RAM, rather than a memory mapped register. (Fix a copy-and-paste error.)
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 694913d2c8c..ee8d4679d46 100755
--- a/build
+++ b/build
@@ -17,7 +17,7 @@ if [ ! -z "`grep CONFIG_ARCH_S3C64XX=y .config`" ] ; then
fi
if [ ! -z "`grep CONFIG_ARCH_S3C2410=y .config`" ] ; then
- START=50008000
+ START=30008000
PRODUCT=FR
fi