Fix typo.

This commit is contained in:
Wolfgang Denk 2006-08-29 10:49:11 +02:00
parent 16850919ff
commit 21a9cc028d
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
Changes since U-Boot 1.1.4:
======================================================================
* Fix typo.
* Code cleanup
* Update for MCC200 / PRS200 boards:

View File

@ -143,7 +143,7 @@
"bootm ${kernel_addr} ${ramdisk_addr}\0" \
"net_nfs=tftp 200000 ${bootfile};" \
"run nfsargs addip addcons;bootm\0" \
"console=" LINUX_CONSOLE "\0" \
"console=" CFG__LINUX_CONSOLE "\0" \
"rootpath=/opt/eldk/ppc_6xx\0" \
"bootfile=/tftpboot/" CFG__BOARDNAME "/uImage\0" \
"load=tftp 200000 /tftpboot/" CFG__BOARDNAME "/u-boot.bin\0" \