samv7: include mpu.h in sam_boot_image.c to avoid compilation warnings
Header file mpu.h was not included although mpu_control() function was used. Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
parent
98e998b934
commit
dc83526368
@ -36,6 +36,10 @@
|
|||||||
#include "arm_internal.h"
|
#include "arm_internal.h"
|
||||||
#include "barriers.h"
|
#include "barriers.h"
|
||||||
|
|
||||||
|
#ifdef CONFIG_ARM_MPU
|
||||||
|
# include "mpu.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_BOARDCTL_BOOT_IMAGE
|
#ifdef CONFIG_BOARDCTL_BOOT_IMAGE
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user