From ecbcc089641eb40395a255a8509e84a324e94ec9 Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Mon, 9 Nov 2015 18:21:04 +0000 Subject: Rename blank.img to BOOTENV in NOR flash The file blank.img resides in NOR flash in the same location as the U-Boot and UEFI config. Rename it to BOOTENV so that users reading the list if images can tell what it is. I didn't rename the file from blank.img because I also want it to be clear that the file is blank. Doig "touch blank.img" will erase NOR flash on the next reboot. Signed-off-by: Ryan Harkin --- SITE1/HBI0262B/images.txt | 1 + SITE1/HBI0262C/images.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/SITE1/HBI0262B/images.txt b/SITE1/HBI0262B/images.txt index be18532..95aaa3a 100644 --- a/SITE1/HBI0262B/images.txt +++ b/SITE1/HBI0262B/images.txt @@ -51,5 +51,6 @@ NOR6ENTRY: 00000000 ;Image Entry Point NOR7UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE NOR7ADDRESS: 0x0BFC0000 ;Image Flash Address NOR7FILE: \SOFTWARE\blank.img ;Image File Name +NOR7NAME: BOOTENV NOR7LOAD: 00000000 ;Image Load Address NOR7ENTRY: 00000000 ;Image Entry Point diff --git a/SITE1/HBI0262C/images.txt b/SITE1/HBI0262C/images.txt index 87f1fc3..ad9848a 100644 --- a/SITE1/HBI0262C/images.txt +++ b/SITE1/HBI0262C/images.txt @@ -51,5 +51,6 @@ NOR6ENTRY: 00000000 ;Image Entry Point NOR7UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE NOR7ADDRESS: 0x0BFC0000 ;Image Flash Address NOR7FILE: \SOFTWARE\blank.img ;Image File Name +NOR7NAME: BOOTENV NOR7LOAD: 00000000 ;Image Load Address NOR7ENTRY: 00000000 ;Image Entry Point -- cgit v1.2.3