boot: boot_serial: use new Zephyr reboot header
Use the new header used for sys_reboot on Zephyr. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
e16f52c033
commit
e20e092b7c
|
@ -27,7 +27,7 @@
|
|||
#include "bootutil/bootutil_log.h"
|
||||
|
||||
#ifdef __ZEPHYR__
|
||||
#include <power/reboot.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <sys/byteorder.h>
|
||||
#include <sys/__assert.h>
|
||||
#include <drivers/flash.h>
|
||||
|
|
Loading…
Reference in New Issue