commit | 3ea20e70a1153d3ba99f669b9c62b09e57f9102d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu May 19 08:00:56 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat May 28 10:59:27 2022 +0200 |
tree | 132c687708abe3578e64eca3fa2bcf8c0a8f7b7c | |
parent | 9244cf0366e09d946bc55d751301a0e8cb1059a8 [diff] |
cmd/bootefi: correct command syntax For indicating the address and size of a memory region other commands use a <addr>[:<size>] syntax. Do the same for bootefi. Fixes: 2058983689f0 ("cmd: bootefi: restore ability to boot arbitrary blob") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>