On Tue, 2 Dec 2025 at 10:00, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> On Fri, 28 Nov 2025 at 16:23, Osama Abdelkader
> <osama.abdelkader@gmail.com> wrote:
> >
> > hw/arm/boot.h is included twice
> >
> > Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
> > ---
> > hw/arm/raspi.c | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/hw/arm/raspi.c b/hw/arm/raspi.c
> > index 81d2fa1b67..bc723dd7d6 100644
> > --- a/hw/arm/raspi.c
> > +++ b/hw/arm/raspi.c
> > @@ -24,7 +24,6 @@
> > #include "qemu/error-report.h"
> > #include "hw/boards.h"
> > #include "hw/loader.h"
> > -#include "hw/arm/boot.h"
> > #include "hw/arm/machines-qom.h"
> > #include "qom/object.h"
> >
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Applied to target-arm.next, thanks.
-- PMM