* Fix PS/2 keyboard problem caused by statically initialized variable

pointing to a location in flash

* Fix INCA-IP clock calculation: 400/3 = 133.3 MHz, not 130.
This commit is contained in:
wdenk
2004-01-21 20:46:28 +00:00
parent c837dcb1a3
commit ef978730dc
5 changed files with 18 additions and 8 deletions

View File

@@ -78,7 +78,7 @@
"bootm $(kernel_addr) $(ramdisk_addr)\0" \
"net_nfs=tftp 200000 $(bootfile);run nfsargs addip;bootm\0" \
"rootpath=/opt/eldk/ppc_8xx\0" \
"bootfile=/tftpboot/TQM860L/uImage\0" \
"bootfile=/tftpboot/BMS/uImage\0" \
"kernel_addr=40040000\0" \
"ramdisk_addr=40100000\0" \
""