From df6cf08dea890b691fafabd8a7ae8387ff2c8143 Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Sat, 24 Oct 2020 19:01:24 +0200 Subject: hw/arm/bcm2836: Introduce the BCM2835 SoC Reviewed-by: Luc Michel Signed-off-by: Philippe Mathieu-Daudé Message-id: 20201024170127.3592182-7-f4bug@amsat.org Signed-off-by: Peter Maydell --- include/hw/arm/bcm2836.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/hw/arm') diff --git a/include/hw/arm/bcm2836.h b/include/hw/arm/bcm2836.h index 43e9f8cd0e..6f90cabfa3 100644 --- a/include/hw/arm/bcm2836.h +++ b/include/hw/arm/bcm2836.h @@ -26,6 +26,7 @@ OBJECT_DECLARE_TYPE(BCM283XState, BCM283XClass, BCM283X) * them, code using these devices should always handle them via the * BCM283x base class, so they have no BCM2836(obj) etc macros. */ +#define TYPE_BCM2835 "bcm2835" #define TYPE_BCM2836 "bcm2836" #define TYPE_BCM2837 "bcm2837" -- cgit v1.2.3-55-g7522