]> Git Repo - qemu.git/commitdiff
hw/arm/mps2: Rename CMSDK AHB peripheral region
authorPhilippe Mathieu-Daudé <[email protected]>
Wed, 17 Jun 2020 07:25:32 +0000 (09:25 +0200)
committerPeter Maydell <[email protected]>
Tue, 23 Jun 2020 10:39:47 +0000 (11:39 +0100)
To differenciate with the CMSDK APB peripheral region,
rename this region 'CMSDK AHB peripheral region'.

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20200617072539[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/mps2.c

index ee555f919dee0a94d591c11602d4319614568f5c..4fe5cc8622f100606bfed53cb0a54fedf8021cfe 100644 (file)
@@ -212,10 +212,11 @@ static void mps2_common_init(MachineState *machine)
      */
     create_unimplemented_device("CMSDK APB peripheral region @0x40000000",
                                 0x40000000, 0x00010000);
-    create_unimplemented_device("CMSDK peripheral region @0x40010000",
+    create_unimplemented_device("CMSDK AHB peripheral region @0x40010000",
                                 0x40010000, 0x00010000);
     create_unimplemented_device("Extra peripheral region @0x40020000",
                                 0x40020000, 0x00010000);
+
     create_unimplemented_device("RESERVED 4", 0x40030000, 0x001D0000);
     create_unimplemented_device("VGA", 0x41000000, 0x0200000);
 
This page took 0.027516 seconds and 4 git commands to generate.