summaryrefslogtreecommitdiffstats
path: root/board/gdsys
diff options
context:
space:
mode:
authorDirk Eibach <eibach@gdsys.de>2011-04-06 13:53:47 +0200
committerStefan Roese <sr@denx.de>2011-04-21 10:34:45 +0200
commit52158e361606fffca89136481db720fdaab608d0 (patch)
treeb5958637423ab37e02e2b70456813749392a4bb9 /board/gdsys
parent5cb4100f5825de5181be1edce8a020bf646a9475 (diff)
downloadblackbird-obmc-uboot-52158e361606fffca89136481db720fdaab608d0.tar.gz
blackbird-obmc-uboot-52158e361606fffca89136481db720fdaab608d0.zip
ppc4xx: Set DLVision 10G osd position to linux defaults
Signed-off-by: Dirk Eibach <eibach@gdsys.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/gdsys')
-rw-r--r--board/gdsys/common/osd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/gdsys/common/osd.c b/board/gdsys/common/osd.c
index 6e4edaebb3..5065f9d5e4 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;
}
OpenPOWER on IntegriCloud