Re: [Qemu-devel] [PATCH] hw/omap_gpmc: Don't try to map CS0 twice on reset

2011-09-12 Thread Peter Maydell
On 12 September 2011 09:33, Peter Maydell wrote: > Remove a spurious second map of the OMAP GPMC CS0 region on reset. > This fixes an assertion failure when we try to add the region to > its container when it was already added. (The old code did not > complain about mismatched map/unmap calls, but

Re: [Qemu-devel] [PATCH] hw/omap_gpmc: Don't try to map CS0 twice on reset

2011-08-23 Thread Edgar E. Iglesias
On Tue, Aug 23, 2011 at 07:24:32PM +0100, Peter Maydell wrote: > Remove a spurious second map of the OMAP GPMC CS0 region on reset. > This fixes an assertion failure when we try to add the region to > its container when it was already added. (The old code did not > complain about mismatched map/unm