aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2022-02-14 19:31:33 +0100
committerThomas Huth <thuth@redhat.com>2022-02-21 10:36:50 +0100
commit975592f5523fdf8708e4b53da937cf4805b1b79a (patch)
treea35e5e0aa575ec12515caaef04851f0cd8cbe398
parent139535aa850f0bef009b396351275e1b23d5c6d5 (diff)
hw/tricore: Remove unused and incorrect header
TriCore boards certainly don't need the ARM loader API :) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220214183144.27402-4-f4bug@amsat.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r--include/hw/tricore/triboard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/tricore/triboard.h b/include/hw/tricore/triboard.h
index f3844be447..094c8bd563 100644
--- a/include/hw/tricore/triboard.h
+++ b/include/hw/tricore/triboard.h
@@ -21,7 +21,6 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "hw/boards.h"
-#include "hw/arm/boot.h"
#include "sysemu/sysemu.h"
#include "exec/address-spaces.h"
#include "qom/object.h"