lm32: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory
commitb7ccb83f44eca09e48c61866a090425c762598f0
authorDirk Müller <dirk@dmllr.de>
Sat, 4 Apr 2015 12:16:18 +0000 (4 14:16 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 10 Apr 2015 13:12:20 +0000 (10 14:12 +0100)
treec3d62d86a903a3e662c6e83e8e1a0386fe69b21d
parent81b23ef82cd1be29ca3d69ab7e98b5b5e55926ce
lm32: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory

Commit 0b183fc871:"memory: move mem_path handling to
memory_region_allocate_system_memory" split memory_region_init_ram and
memory_region_init_ram_from_file. Also it moved mem-path handling a step
up from memory_region_init_ram to memory_region_allocate_system_memory.

Therefore for any board that uses memory_region_init_ram directly,
-mem-path is not supported.

Fix this by replacing memory_region_init_ram with
memory_region_allocate_system_memory.

Cc: Michael Walle <michael@walle.cc>
Signed-off-by: Dirk Mueller <dmueller@suse.com>
Acked-by: Michael Walle <michael@walle.cc>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/lm32/lm32_boards.c
hw/lm32/milkymist.c