mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
sdhci: rename the SDHC_CAPAB register
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Message-id: 20180115182436.2066-11-f4bug@amsat.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
24bddf9d4a
commit
cd2094219f
2 changed files with 2 additions and 2 deletions
|
|
@ -898,7 +898,7 @@ static uint64_t sdhci_read(void *opaque, hwaddr offset, unsigned size)
|
|||
case SDHC_ACMD12ERRSTS:
|
||||
ret = s->acmd12errsts;
|
||||
break;
|
||||
case SDHC_CAPAREG:
|
||||
case SDHC_CAPAB:
|
||||
ret = s->capareg;
|
||||
break;
|
||||
case SDHC_MAXCURR:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue