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 /include/configs/trab.h | |
parent | 699b13a6064e642280caffaa83c10b359a6c1114 (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 'include/configs/trab.h')
-rw-r--r-- | include/configs/trab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/trab.h b/include/configs/trab.h index 4472087e1..b7a27c692 100644 --- a/include/configs/trab.h +++ b/include/configs/trab.h @@ -135,7 +135,7 @@ "ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname)::off\0" \ "add_misc=setenv bootargs $(bootargs) console=ttyS0 panic=1\0" \ "load=tftp 0xC100000 /tftpboot/TRAB/u-boot.bin\0" \ - "update=protect off 1:0-7;era 1:0-7;cp.b 0xc100000 0 $(filesize);" \ + "update=protect off 1:0-8;era 1:0-8;cp.b 0xc100000 0 $(filesize);" \ "setenv filesize;saveenv\0" \ "loadfile=/tftpboot/TRAB/pImage\0" \ "loadaddr=c400000\0" \ |