Re: [PATCH v2 1/2] image: Fix typo in boot_get_kbd()

2021-11-08 Thread Simon Glass
On Mon, 8 Nov 2021 at 11:04, Andy Shevchenko wrote: > > After the commit 4ed37abc49c2 ("image: Remove ifdefs around > image_setup_linux() el at"): > > common/image-board.c: In function ‘boot_get_kbd’: > common/image-board.c:902:17: error: expected ‘)’ before ‘do_bdinfo’ > 902 |

[PATCH v2 1/2] image: Fix typo in boot_get_kbd()

2021-11-08 Thread Andy Shevchenko
After the commit 4ed37abc49c2 ("image: Remove ifdefs around image_setup_linux() el at"): common/image-board.c: In function ‘boot_get_kbd’: common/image-board.c:902:17: error: expected ‘)’ before ‘do_bdinfo’ 902 | do_bdinfo(NULL, 0, 0, NULL); | ^