hw/exynos4210.c: Fix misleading initialization of IROM mirror
authorEvgeny Voevodin <e.voevodin@samsung.com>
Wed, 27 Jun 2012 03:38:03 +0000 (07:38 +0400)
committerEvgeny Voevodin <e.voevodin@samsung.com>
Wed, 27 Jun 2012 10:47:06 +0000 (14:47 +0400)
commit2a72d9c53c8595c47f99b7c301565fc5c094adf8
tree6966abd081c9c912c13ba57709ab243b5f63307f
parent0c2aa447944c9d362318383318ca03a4c1a03a9f
hw/exynos4210.c: Fix misleading initialization of IROM mirror

We want to mirror whole IROM and should pass zero instead of
EXYNOS4210_IROM_BASE_ADDR (though it equals to zero too) since
memory_region_init_alias takes an offset within an original
region as an argument.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
hw/exynos4210.c