]> git.proxmox.com Git - qemu.git/commit - hw/arm/vexpress.c
Versatile Express: Fix NOR flash 0 address and remove flash alias
authorFrancesco Lavra <francescolavra.fl@gmail.com>
Wed, 19 Sep 2012 05:51:58 +0000 (05:51 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Sep 2012 15:47:45 +0000 (16:47 +0100)
commit661bafb3e14bfffcb0a7c7910534c7944608ca45
tree5e50520acb48a99b278f66246c8930372b32ea5b
parent9892cae39562d2e6c00ccc5966302c00f23be6d4
Versatile Express: Fix NOR flash 0 address and remove flash alias

In the A series memory map (implemented in the Cortex A15 CoreTile), the
first NOR flash bank (flash 0) is mapped to address 0x08000000, while
address 0x00000000 can be configured as alias to either the first or the
second flash bank. This patch fixes the definition of flash 0 address,
and for simplicity removes the alias definition.

Signed-off-by: Francesco Lavra <francescolavra.fl@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/vexpress.c