[PATCH 03/15] hw/tricore: Remove unused and incorrect header

Philippe Mathieu-Daudé via posted 15 patches 3 years, 12 months ago
There is a newer version of this series
[PATCH 03/15] hw/tricore: Remove unused and incorrect header
Posted by Philippe Mathieu-Daudé via 3 years, 12 months ago
TriCore boards certainly don't need the ARM loader API :)

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 include/hw/tricore/triboard.h | 1 -
 1 file changed, 1 deletion(-)

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"
-- 
2.34.1


Re: [PATCH 03/15] hw/tricore: Remove unused and incorrect header
Posted by Richard Henderson 3 years, 12 months ago
On 2/10/22 08:54, Philippe Mathieu-Daudé wrote:
> TriCore boards certainly don't need the ARM loader API :)
> 
> Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
> ---
>   include/hw/tricore/triboard.h | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~

Re: [PATCH 03/15] hw/tricore: Remove unused and incorrect header
Posted by Thomas Huth 3 years, 12 months ago
On 09/02/2022 22.54, Philippe Mathieu-Daudé wrote:
> TriCore boards certainly don't need the ARM loader API :)
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>   include/hw/tricore/triboard.h | 1 -
>   1 file changed, 1 deletion(-)
> 
> 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"

Reviewed-by: Thomas Huth <thuth@redhat.com>