aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorwdenk <wdenk>2002-11-04 16:02:40 +0000
committerwdenk <wdenk>2002-11-04 16:02:40 +0000
commite95b61cfb0c7203964c1a3f163e16a65f04d87ec (patch)
tree84c79b69e42e1d551c737a06c683d7cd4d5e87b3 /common
parent699b13a6064e642280caffaa83c10b359a6c1114 (diff)
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
Diffstat (limited to 'common')
-rw-r--r--common/cmd_vfd.c2
1 files changed, 1 insertions, 1 deletions
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: