Re: [U-Boot] [PATCH v3 6/7] cmd: efidebug: make some boot variables non-volatile

2019-06-11 Thread Ilias Apalodimas
On Tue, Jun 04, 2019 at 03:52:10PM +0900, AKASHI Takahiro wrote: > Boot, BootOrder and BootNext should be non-volatile. > > Signed-off-by: AKASHI Takahiro > Reviewed-by: Heinrich Schuchardt > --- > cmd/efidebug.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/cmd/efidebug.c b/c

Re: [U-Boot] [PATCH v3 6/7] cmd: efidebug: make some boot variables non-volatile

2019-06-04 Thread Heinrich Schuchardt
On 6/4/19 8:52 AM, AKASHI Takahiro wrote: Boot, BootOrder and BootNext should be non-volatile. Signed-off-by: AKASHI Takahiro Reviewed-by: Heinrich Schuchardt --- cmd/efidebug.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/efidebug.c b/cmd/efidebug.c index c4ac9dd634e2.

[U-Boot] [PATCH v3 6/7] cmd: efidebug: make some boot variables non-volatile

2019-06-03 Thread AKASHI Takahiro
Boot, BootOrder and BootNext should be non-volatile. Signed-off-by: AKASHI Takahiro --- cmd/efidebug.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/efidebug.c b/cmd/efidebug.c index c4ac9dd634e2..e65722625455 100644 --- a/cmd/efidebug.c +++ b/cmd/efidebug.c @@ -558,6 +558,7 @@