Files
u-boot/include
Andy Shevchenko 4b32531be2 image: Explicitly declare do_bdinfo()
Compiler is not happy:

common/image-board.c: In function ‘boot_get_kbd’:
common/image-board.c:902:17: warning: implicit declaration of function ‘do_bdinfo’ [-Wimplicit-function-declaration]
  902 |                 do_bdinfo(NULL, 0, 0, NULL);
      |                 ^~~~~~~~~

Move the forward declaration to a header.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-11-15 14:33:33 -05:00
..
2021-10-08 15:53:26 -04:00
2021-10-26 21:32:46 +02:00
2021-11-11 19:02:44 -05:00
2021-10-31 12:26:44 -06:00
2021-10-27 16:38:26 -04:00
2021-10-08 15:53:26 -04:00
2021-11-15 14:33:33 -05:00
2021-10-31 08:46:44 -04:00
2021-10-25 17:17:24 -04:00
2021-11-10 20:57:54 +01:00
2021-10-09 18:43:51 +02:00