Skip to content

Commit

Permalink
[nrf fromtree] boot_serial: Fix include
Browse files Browse the repository at this point in the history
Fixes an include which is needed for multiple options by just
always including it, and fixing the path so it can be included.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
(cherry picked from commit 5c5222f)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
  • Loading branch information
nordicjm authored and de-nordic committed Sep 29, 2023
1 parent 9bdcf44 commit 6b106c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions boot/boot_serial/src/boot_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@
#include "boot_serial/boot_serial.h"
#include "boot_serial_priv.h"
#include "mcuboot_config/mcuboot_config.h"

#ifdef MCUBOOT_ERASE_PROGRESSIVELY
#include "bootutil_priv.h"
#endif
#include "../src/bootutil_priv.h"

#ifdef MCUBOOT_ENC_IMAGES
#include "boot_serial/boot_serial_encryption.h"
Expand Down

0 comments on commit 6b106c1

Please sign in to comment.