summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-01-06 18:22:47 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2015-01-06 18:25:19 +0000
commitb136ff526814f4207dec6ba24e1b14f4da078c50 (patch)
tree2960e6f2b31b71f10b03808d1a893154ec1854b6
parent7118dd491dd00ccff3eacc79874a0210700f6b19 (diff)
Rename NOR Image to norkern
In the move to EFI stubbed kernels, we don't want the NOR Image to be found by accident if there is not valid Image file on the test disk. This is due to the way EFI Shell works: it will search all valid boot devices for the file it is attempting to boot. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rwxr-xr-xSITE1/HBI0262B/images.txt2
-rw-r--r--SOFTWARE/norkern (renamed from SOFTWARE/Image)0
2 files changed, 1 insertions, 1 deletions
diff --git a/SITE1/HBI0262B/images.txt b/SITE1/HBI0262B/images.txt
index 843ee26..37f4950 100755
--- a/SITE1/HBI0262B/images.txt
+++ b/SITE1/HBI0262B/images.txt
@@ -17,7 +17,7 @@ NOR1ENTRY: 00000000 ;Image Entry Point
NOR2UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE
NOR2ADDRESS: 0x00500000 ;Image Flash Address
-NOR2FILE: \SOFTWARE\Image ;Image File Name
+NOR2FILE: \SOFTWARE\norkern ;Image File Name
NOR2LOAD: 00000000 ;Image Load Address
NOR2ENTRY: 00000000 ;Image Entry Point
diff --git a/SOFTWARE/Image b/SOFTWARE/norkern
index e69de29..e69de29 100644
--- a/SOFTWARE/Image
+++ b/SOFTWARE/norkern