From ef978730dcb3e7e398fe9b57633f3f67260c1bbc Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 21 Jan 2004 20:46:28 +0000 Subject: * 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. --- include/configs/bms2003.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/configs/bms2003.h b/include/configs/bms2003.h index 40baad0..18170d4 100644 --- a/include/configs/bms2003.h +++ b/include/configs/bms2003.h @@ -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" \ "" -- cgit v1.1