fastboot: add missing include

fix build warning due to missing header file:
  drivers/fastboot/fb_bcb_impl.c: In function ‘fastboot_set_reboot_flag’:
  drivers/fastboot/fb_bcb_impl.c:30:6: warning: implicit declaration of
    function ‘run_command’ [-Wimplicit-function-declaration]
    30 |  if (run_command(cmd, 0))

Fixes: 0ebf9842e5 9"fastboot: Add default fastboot_set_reboot_flag implementation")
Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
This commit is contained in:
Guillaume La Roque 2022-05-16 10:45:21 +02:00 committed by Anand Gadiyar
parent 2de57d278b
commit 74fc69c889
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <common.h>
#include <fastboot.h>
#include <command.h>
/**
* fastboot_set_reboot_flag() - Set flag to indicate reboot-bootloader