aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-10-25 08:53:12 +0200
committerPeter Maydell <peter.maydell@linaro.org>2023-10-27 12:42:13 +0100
commite77bf48586444ede4d37508d276358407c69ccc3 (patch)
treeff42cc9d7d2fd653cd42deeee989807a7e5145af /hw
parent88e763dab4ea49bb177affeaa4596ee3270e3287 (diff)
downloadqemu-e77bf48586444ede4d37508d276358407c69ccc3.zip
qemu-e77bf48586444ede4d37508d276358407c69ccc3.tar.gz
qemu-e77bf48586444ede4d37508d276358407c69ccc3.tar.bz2
hw/arm/fsl-imx6: Remove 'hw/arm/boot.h' from header
"hw/arm/boot.h" is only required on the source file. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Luc Michel <luc.michel@amd.com> Message-id: 20231025065316.56817-7-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw')
-rw-r--r--hw/arm/sabrelite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/sabrelite.c b/hw/arm/sabrelite.c
index 4119124..56f184b 100644
--- a/hw/arm/sabrelite.c
+++ b/hw/arm/sabrelite.c
@@ -13,6 +13,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "hw/arm/fsl-imx6.h"
+#include "hw/arm/boot.h"
#include "hw/boards.h"
#include "hw/qdev-properties.h"
#include "qemu/error-report.h"