diff options
| author | wdenk <wdenk> | 2002-11-04 16:02:40 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2002-11-04 16:02:40 +0000 | 
| commit | e95b61cfb0c7203964c1a3f163e16a65f04d87ec (patch) | |
| tree | 84c79b69e42e1d551c737a06c683d7cd4d5e87b3 /common/cmd_vfd.c | |
| parent | 699b13a6064e642280caffaa83c10b359a6c1114 (diff) | |
| download | olio-uboot-2014.01-e95b61cfb0c7203964c1a3f163e16a65f04d87ec.tar.xz olio-uboot-2014.01-e95b61cfb0c7203964c1a3f163e16a65f04d87ec.zip | |
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/cmd_vfd.c')
| -rw-r--r-- | common/cmd_vfd.c | 2 | 
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: |