hw/arm/stellaris: Remove incorrect unimplemented i2c-0 at 0x40002000
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 10 Jan 2025 16:01:58 +0000 (17:01 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Jan 2025 14:28:17 +0000 (14:28 +0000)
commit00bc529d95505f3bfcc2792f92d403da4aebc68d
treebd9f4f492a41d1ddf53cbe54a0a06f8c7f8463a3
parent87409ea90408938d55a37652968f2855954bada1
hw/arm/stellaris: Remove incorrect unimplemented i2c-0 at 0x40002000

There is nothing mapped at 0x40002000.

I2C#0 is already mapped at 0x40021000.

Remove the invalid mapping added in commits aecfbbc97a2 & 394c8bbfb7a.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20250110160204.74997-4-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/stellaris.c