summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-12-03 11:22:11 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2015-12-03 11:22:11 +0000
commitd67429e2ddf2c4750cf351637adb62f225703675 (patch)
treea3098f34743bfc59450d4de5c61379e2a544b09d
parent19844b2c060252ff03b8a9a12f52aa5f84496b87 (diff)
images.txt: move startup.nsh to a fixed address
Using AUTO for the address of startup.nsh sometimes causes the board to have to erase the whole of NOR flash when some file sizes change. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--SITE1/HBI0262B/images.txt2
-rw-r--r--SITE1/HBI0262C/images.txt2
-rwxr-xr-xSITE1/HBI0262D/images.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/SITE1/HBI0262B/images.txt b/SITE1/HBI0262B/images.txt
index 9d46f70..15f4d44 100644
--- a/SITE1/HBI0262B/images.txt
+++ b/SITE1/HBI0262B/images.txt
@@ -49,7 +49,7 @@ NOR6LOAD: 00000000 ;Image Load Address
NOR6ENTRY: 00000000 ;Image Entry Point
NOR7UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE
-NOR7ADDRESS: AUTO ;Image Flash Address
+NOR7ADDRESS: 0x0BF00000 ;Image Flash Address
NOR7FILE: \SOFTWARE\startup.nsh ;Image File Name
NOR7NAME: startup.nsh
NOR7LOAD: 00000000 ;Image Load Address
diff --git a/SITE1/HBI0262C/images.txt b/SITE1/HBI0262C/images.txt
index 81dd64c..143b484 100644
--- a/SITE1/HBI0262C/images.txt
+++ b/SITE1/HBI0262C/images.txt
@@ -49,7 +49,7 @@ NOR6LOAD: 00000000 ;Image Load Address
NOR6ENTRY: 00000000 ;Image Entry Point
NOR7UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE
-NOR7ADDRESS: AUTO ;Image Flash Address
+NOR7ADDRESS: 0x0BF00000 ;Image Flash Address
NOR7FILE: \SOFTWARE\startup.nsh ;Image File Name
NOR7NAME: startup.nsh
NOR7LOAD: 00000000 ;Image Load Address
diff --git a/SITE1/HBI0262D/images.txt b/SITE1/HBI0262D/images.txt
index 23631a4..909ebec 100755
--- a/SITE1/HBI0262D/images.txt
+++ b/SITE1/HBI0262D/images.txt
@@ -49,7 +49,7 @@ NOR6LOAD: 00000000 ;Image Load Address
NOR6ENTRY: 00000000 ;Image Entry Point
NOR7UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE
-NOR7ADDRESS: AUTO ;Image Flash Address
+NOR7ADDRESS: 0x0BF00000 ;Image Flash Address
NOR7FILE: \SOFTWARE\startup.nsh ;Image File Name
NOR7NAME: startup.nsh
NOR7LOAD: 00000000 ;Image Load Address