Skip to content

Commit

Permalink
stm32f205: Fix SoC type name
Browse files Browse the repository at this point in the history
The type name for the SoC device, unlike those of its sub-devices,
did not follow the QOM naming conventions. While the usage is internal
only, this is exposed through QMP and HMP, so fix it before release.

Cc: Alistair Francis <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Message-id: [email protected]
Signed-off-by: Peter Maydell <[email protected]>
  • Loading branch information
afaerber authored and pm215 committed Apr 13, 2015
1 parent c0c8584 commit 342b071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hw/arm/stm32f205_soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "hw/timer/stm32f2xx_timer.h"
#include "hw/char/stm32f2xx_usart.h"

#define TYPE_STM32F205_SOC "stm32f205_soc"
#define TYPE_STM32F205_SOC "stm32f205-soc"
#define STM32F205_SOC(obj) \
OBJECT_CHECK(STM32F205State, (obj), TYPE_STM32F205_SOC)

Expand Down

0 comments on commit 342b071

Please sign in to comment.