Fix syntax error
authorLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 27 Oct 2021 09:00:41 +0000 (17:00 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 8 Nov 2021 07:35:55 +0000 (15:35 +0800)
This statement has an unmatched parentheses, fix it.

Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
common/image-board.c

index e766035..ddf30c6 100644 (file)
@@ -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