arm: stellaris: Remove misleading address_space_mem var
commit14a906f755f77b325666d67e071c572478d06067
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Tue, 19 Aug 2014 17:56:28 +0000 (19 18:56 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Aug 2014 18:02:40 +0000 (19 19:02 +0100)
tree144e2fb37a2e530e37b0168d58e225e39e929783
parent6e9322dea3f72019f8c41139ff2d5a159db87a3f
arm: stellaris: Remove misleading address_space_mem var

It's a MemoryRegion and not an AddressSpace. But since it's single use,
just inline the get_system_memory() call to the only usage to remove it.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: d6914047e10b956514cfaa5f391ef56c7d851b34.1408347860.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/stellaris.c