summaryrefslogtreecommitdiff
path: root/SOFTWARE
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-05-21 15:28:59 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-06-05 13:25:03 +0100
commitcd01b72d51ca55b9d79e87d58d39b2b3c9bf2901 (patch)
tree2392adaea3903ee6b5120cbd9f870d08c1894dc4 /SOFTWARE
parentd17897ccfe8df655342609d495d7c22fbd39d1e9 (diff)
UEFI config is stored in NOR flash. When writing a new board recovery image, the user will generally not want to use old and incompatible UEFI config. By placing a blank image where the UEFI config resides, the first time the user flashes a new recovery image, the config will be erased. Subsequent reboots will not change the timestamp of blank.img, so the NOR will remain intact for the user to keep persistent UEFI config over reboots. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'SOFTWARE')
-rw-r--r--SOFTWARE/blank.imgbin0 -> 196608 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/SOFTWARE/blank.img b/SOFTWARE/blank.img
new file mode 100644
index 0000000..95ea767
--- /dev/null
+++ b/SOFTWARE/blank.img
Binary files differ