On 9/3/25 09:31, Bernhard Beschow wrote:
Am 8. März 2025 21:36:40 UTC schrieb "Philippe Mathieu-Daudé"
<phi...@linaro.org>:
As Zoltan reported, some U-Boot versions seem to expect
correctly initialized registers before expecting interrupts.
Now than we have a proper Freescale eSDHC implementation,
use it.
Reported-by: BALATON Zoltan <bala...@eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
hw/ppc/e500.c | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/hw/ppc/e500.c b/hw/ppc/e500.c
index e85e000f054..7d15c926887 100644
--- a/hw/ppc/e500.c
+++ b/hw/ppc/e500.c
@@ -1027,20 +1027,12 @@ void ppce500_init(MachineState *machine)
/* eSDHC */
if (pmc->has_esdhc) {
- dev = qdev_new(TYPE_UNIMPLEMENTED_DEVICE);
"hw/misc/unimp.h" include is now unused and should therefore be removed.
Good catch.
With that fixed:
Reviewed-by: Bernhard Beschow <shen...@gmail.com>
Thanks!