summaryrefslogtreecommitdiff
path: root/common/image-board.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-08 21:44:02 -0500
committerTom Rini <trini@konsulko.com>2021-11-08 21:44:02 -0500
commitb842340a108f463e66aaaca75c0831a224612190 (patch)
treef4f49ea253d1ec7fc7f62bb7f5ee342bb91bef0a /common/image-board.c
parentf8ed9059001d803b0eae4b49178789aa0e29edec (diff)
parent990e1e4beae546ddc9c50854c0588d1bea494cd2 (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
Diffstat (limited to 'common/image-board.c')
-rw-r--r--common/image-board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/image-board.c b/common/image-board.c
index e7660352e96..ddf30c67302 100644
--- a/common/image-board.c
+++ b/common/image-board.c
@@ -898,7 +898,7 @@ int boot_get_kbd(struct lmb *lmb, struct bd_info **kbd)
debug("## kernel board info at 0x%08lx\n", (ulong)*kbd);
#if defined(DEBUG)
- if (IS_ENABLED(CONFIG_CMD_BDI)
+ if (IS_ENABLED(CONFIG_CMD_BDI))
do_bdinfo(NULL, 0, 0, NULL);
#endif