Dirk Müller b7ccb83f44 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>
2015-04-10 14:12:20 +01:00
..
2015-03-19 11:11:55 +03:00
2015-04-04 09:45:59 +03:00
2014-08-15 19:12:48 +04:00
2015-03-19 11:11:55 +03:00
2015-03-19 11:11:55 +03:00
2015-04-01 10:06:38 +02:00
2015-03-27 15:48:11 -04:00
2015-03-19 11:11:55 +03:00
2015-03-27 10:23:50 +00:00
2014-10-24 12:19:11 +01:00
2015-03-30 09:25:17 +02:00
2015-03-19 11:11:55 +03:00
2015-03-10 17:07:28 +01:00
2015-03-20 09:50:08 +00:00