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:
parent
2de57d278b
commit
74fc69c889
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <common.h>
|
||||
#include <fastboot.h>
|
||||
#include <command.h>
|
||||
|
||||
/**
|
||||
* fastboot_set_reboot_flag() - Set flag to indicate reboot-bootloader
|
||||
|
|
|
|||
Loading…
Reference in New Issue