mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-09 00:07:57 -06:00
hw/mps2_scc: fix incorrect properties
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20170729234930.725-1-f4bug@amsat.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
f1a4694078
commit
89cbc3778a
1 changed files with 2 additions and 2 deletions
|
@ -270,9 +270,9 @@ static Property mps2_scc_properties[] = {
|
||||||
/* Values for various read-only ID registers (which are specific
|
/* Values for various read-only ID registers (which are specific
|
||||||
* to the board model or FPGA image)
|
* to the board model or FPGA image)
|
||||||
*/
|
*/
|
||||||
DEFINE_PROP_UINT32("scc-cfg4", MPS2SCC, aid, 0),
|
DEFINE_PROP_UINT32("scc-cfg4", MPS2SCC, cfg4, 0),
|
||||||
DEFINE_PROP_UINT32("scc-aid", MPS2SCC, aid, 0),
|
DEFINE_PROP_UINT32("scc-aid", MPS2SCC, aid, 0),
|
||||||
DEFINE_PROP_UINT32("scc-id", MPS2SCC, aid, 0),
|
DEFINE_PROP_UINT32("scc-id", MPS2SCC, id, 0),
|
||||||
/* These are the initial settings for the source clocks on the board.
|
/* These are the initial settings for the source clocks on the board.
|
||||||
* In hardware they can be configured via a config file read by the
|
* In hardware they can be configured via a config file read by the
|
||||||
* motherboard configuration controller to suit the FPGA image.
|
* motherboard configuration controller to suit the FPGA image.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue