On 4/7/24 07:36, Cédric Le Goater wrote:
From: Cédric Le Goater
The QEMU device representing the eMMC device of machine is currently
created with type SD_CARD. Change the type to EMMC now that it is
available.
Signed-off-by: Cédric Le Goater
---
hw/arm/aspeed.c | 9 +
1 file change
On Thu, 2024-07-04 at 07:36 +0200, Cédric Le Goater wrote:
> From: Cédric Le Goater
>
> The QEMU device representing the eMMC device of machine is currently
> created with type SD_CARD. Change the type to EMMC now that it is
> available.
>
> Signed-off-by: Cédric Le Goater
Reviewed-by: Andrew
From: Cédric Le Goater
The QEMU device representing the eMMC device of machine is currently
created with type SD_CARD. Change the type to EMMC now that it is
available.
Signed-off-by: Cédric Le Goater
---
hw/arm/aspeed.c | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --gi