From 52158e361606fffca89136481db720fdaab608d0 Mon Sep 17 00:00:00 2001 From: Dirk Eibach Date: Wed, 6 Apr 2011 13:53:47 +0200 Subject: ppc4xx: Set DLVision 10G osd position to linux defaults Signed-off-by: Dirk Eibach Signed-off-by: Stefan Roese --- board/gdsys/common/osd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/gdsys/common') diff --git a/board/gdsys/common/osd.c b/board/gdsys/common/osd.c index 6e4edae..5065f9d 100644 --- a/board/gdsys/common/osd.c +++ b/board/gdsys/common/osd.c @@ -376,6 +376,8 @@ int osd_probe(unsigned screen) out_le16(&osd->control, 0x0049); out_le16(&osd->xy_size, ((32 - 1) << 8) | (16 - 1)); + out_le16(&osd->x_pos, 0x007f); + out_le16(&osd->y_pos, 0x005f); return 0; } -- cgit v1.1