diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2023-05-31 03:03:58 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-06-20 16:08:13 -0400 |
commit | bf52766ddcd7c8ac572af615cc2d2a74e9e5ffe7 (patch) | |
tree | 7184cc1f5993b35e4c84a929eb5b3e0ab498e1ff /test/cmd/Makefile | |
parent | b1574ddebd34fee83e4c11f9da54b52ba7198fa8 (diff) | |
download | u-boot-bf52766ddcd7c8ac572af615cc2d2a74e9e5ffe7.tar.gz u-boot-bf52766ddcd7c8ac572af615cc2d2a74e9e5ffe7.tar.bz2 u-boot-bf52766ddcd7c8ac572af615cc2d2a74e9e5ffe7.zip |
test: bdinfo: Add test for command bdinfo
Add test for command bdinfo .
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/cmd/Makefile')
-rw-r--r-- | test/cmd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmd/Makefile b/test/cmd/Makefile index 055adc65a2..a3cf983739 100644 --- a/test/cmd/Makefile +++ b/test/cmd/Makefile @@ -10,6 +10,7 @@ obj-$(CONFIG_CMD_PAUSE) += test_pause.o endif obj-y += exit.o mem.o obj-$(CONFIG_CMD_ADDRMAP) += addrmap.o +obj-$(CONFIG_CMD_BDI) += bdinfo.o obj-$(CONFIG_CMD_FDT) += fdt.o obj-$(CONFIG_CONSOLE_TRUETYPE) += font.o obj-$(CONFIG_CMD_LOADM) += loadm.o |