PPC: Drop initial ESCC mapping
commitb39491a83d0b9d573d5fd21163f61f66a11b54b9
authorAlexander Graf <agraf@suse.de>
Fri, 30 Sep 2011 13:29:12 +0000 (30 15:29 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 1 Oct 2011 06:45:35 +0000 (1 06:45 +0000)
tree802c8dad3fd68134af5fce9eab7d30031fd4b8bf
parenta4773324b4bc5f15fe9b438e4cfff05e1ab16dfa
PPC: Drop initial ESCC mapping

We are mapping ESCC to a static (incorrect) address on machine init. This
overlaps with our vram, rendering the screen barely usable.

Since openBIOS is clever enough to map ESCC to where it needs to be, we can
just drop that invalid map and everyone's happy.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/ppc_newworld.c
hw/ppc_oldworld.c