diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-16 16:35:15 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-16 16:35:15 -0400 |
commit | fee68b98fe3890631a9bdf8f8db328179011ee3f (patch) | |
tree | 362a05bc5b23abe6183cfc153988351e329fb6da /cmd/lsblk.c | |
parent | 3b33eff3f263e6ccadf505e67d450970cc1c8e6c (diff) | |
parent | c70f44817d466848c421ed7159bc9aba428e69ad (diff) |
Merge tag 'efi-2020-10-rc1-4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2020-10-rc1 (4)
Improvements for the UEFI subsystem include:
* support for read-only TEE-backed variables
* allow to compile PK, KEK, db, dbx fixed values into U-Boot
* bug fixes
Python testing related changes comprise:
* enable 'bootefi hello' for better test coverage
* remove SKIP messages in UEFI Python tests
The fitupd command is dropped.
Build errors for the lsblk command are fixed.
Diffstat (limited to 'cmd/lsblk.c')
-rw-r--r-- | cmd/lsblk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/lsblk.c b/cmd/lsblk.c index ece8bbf108..653dffce04 100644 --- a/cmd/lsblk.c +++ b/cmd/lsblk.c @@ -5,6 +5,8 @@ */ #include <common.h> +#include <blk.h> +#include <command.h> #include <dm.h> static int do_lsblk(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[]) |