From e95b61cfb0c7203964c1a3f163e16a65f04d87ec Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 4 Nov 2002 16:02:40 +0000 Subject: Patch by Guillaume Alexandre,, 04 Nov 2002: Improve PCI access on 32-bits Compact PCI bus Adjust VFD initialization on TRAB Cleanup RRvision video code --- common/cmd_vfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/cmd_vfd.c') diff --git a/common/cmd_vfd.c b/common/cmd_vfd.c index d2c63d6e9..49df56c9f 100644 --- a/common/cmd_vfd.c +++ b/common/cmd_vfd.c @@ -72,7 +72,7 @@ int trab_vfd (ulong bitmap) return 0; case VFD_REMOTE_LOGO_BMPNR: transfer_pic(1, &vfd_remote_logo_bitmap[0], - VFD_TEST_LOGO_HEIGHT, VFD_TEST_LOGO_WIDTH); + VFD_REMOTE_LOGO_HEIGHT, VFD_REMOTE_LOGO_WIDTH); return 0; #endif default: -- cgit v1.2.3