summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-01-21 20:46:28 +0000
committerwdenk <wdenk>2004-01-21 20:46:28 +0000
commitef978730dcb3e7e398fe9b57633f3f67260c1bbc (patch)
treeb48984c960bf12a153efad246cd6d520951aa2a4 /include
parentc837dcb1a316745092567bfe4fb266d0941884ff (diff)
downloadtalos-obmc-uboot-ef978730dcb3e7e398fe9b57633f3f67260c1bbc.tar.gz
talos-obmc-uboot-ef978730dcb3e7e398fe9b57633f3f67260c1bbc.zip
* 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.
Diffstat (limited to 'include')
-rw-r--r--include/configs/bms2003.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bms2003.h b/include/configs/bms2003.h
index 40baad0fd3..18170d4438 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" \
""
OpenPOWER on IntegriCloud