Browse Source
When removing the spitz and tosa board, commit b62151489a
("hw/arm: Remove deprecated akita, borzoi spitz, terrier,
tosa boards") removed the last calls to sl_bootparam_write().
Remove it, along with the "hw/arm/sharpsl.h" header.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20251001084047.67423-1-philmd@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
pull/305/head
committed by
Peter Maydell
3 changed files with 0 additions and 60 deletions
@ -1,17 +0,0 @@ |
|||
/*
|
|||
* Common declarations for the Zaurii. |
|||
* |
|||
* This file is licensed under the GNU GPL. |
|||
*/ |
|||
|
|||
#ifndef QEMU_SHARPSL_H |
|||
#define QEMU_SHARPSL_H |
|||
|
|||
#include "exec/hwaddr.h" |
|||
|
|||
/* zaurus.c */ |
|||
|
|||
#define SL_PXA_PARAM_BASE 0xa0000a00 |
|||
void sl_bootparam_write(hwaddr ptr); |
|||
|
|||
#endif |
|||
Loading…
Reference in new issue