summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-05-15 17:46:06 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-05-20 14:07:37 +0100
commit7c07b928a5c6dd953eb1b2e4d8e66bd2d57ef2e3 (patch)
tree25807237c5d6090b7f882f0f45d17825c3b114c0
parent9d8958ab11427223a72f74d18ed096e73d685741 (diff)
juno: save DTB file in NOR as board.dtb
images.txt allows files to be saved into NOR flash with a different name from the filename. So for the DTB files, I rename juno.dtb or juno-r1.dtb in NOR flash as board.dtb. This means that the UEFI config for both Juno R0 and R1 can be the same. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--SITE1/HBI0262B/images.txt2
-rw-r--r--SITE1/HBI0262C/images.txt4
-rw-r--r--SOFTWARE/juno-r1.dtb0
3 files changed, 3 insertions, 3 deletions
diff --git a/SITE1/HBI0262B/images.txt b/SITE1/HBI0262B/images.txt
index 8db871f..ce9050f 100644
--- a/SITE1/HBI0262B/images.txt
+++ b/SITE1/HBI0262B/images.txt
@@ -24,7 +24,7 @@ NOR2ENTRY: 00000000 ;Image Entry Point
NOR3UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE
NOR3ADDRESS: 0x02000000 ;Image Flash Address
NOR3FILE: \SOFTWARE\juno.dtb ;Image File Name
-NOR3NAME: juno.dtb ;Specify target filename to preserve file extension
+NOR3NAME: board.dtb ;Specify target filename to preserve file extension
NOR3LOAD: 00000000 ;Image Load Address
NOR3ENTRY: 00000000 ;Image Entry Point
diff --git a/SITE1/HBI0262C/images.txt b/SITE1/HBI0262C/images.txt
index 4821d3d..c9c5274 100644
--- a/SITE1/HBI0262C/images.txt
+++ b/SITE1/HBI0262C/images.txt
@@ -23,8 +23,8 @@ NOR2ENTRY: 00000000 ;Image Entry Point
NOR3UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE
NOR3ADDRESS: 0x02000000 ;Image Flash Address
-NOR3FILE: \SOFTWARE\juno.dtb ;Image File Name
-NOR3NAME: juno.dtb ;Specify target filename to preserve file extension
+NOR3FILE: \SOFTWARE\juno-r1.dtb ;Image File Name
+NOR3NAME: board.dtb ;Specify target filename to preserve file extension
NOR3LOAD: 00000000 ;Image Load Address
NOR3ENTRY: 00000000 ;Image Entry Point
diff --git a/SOFTWARE/juno-r1.dtb b/SOFTWARE/juno-r1.dtb
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/SOFTWARE/juno-r1.dtb