commit | b39491a83d0b9d573d5fd21163f61f66a11b54b9 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Sep 30 15:29:12 2011 +0200 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Oct 01 06:45:35 2011 +0000 |
tree | 802c8dad3fd68134af5fce9eab7d30031fd4b8bf | |
parent | a4773324b4bc5f15fe9b438e4cfff05e1ab16dfa [diff] |
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>