Fix typo.
This commit is contained in:
parent
16850919ff
commit
21a9cc028d
@ -2,6 +2,8 @@
|
||||
Changes since U-Boot 1.1.4:
|
||||
======================================================================
|
||||
|
||||
* Fix typo.
|
||||
|
||||
* Code cleanup
|
||||
|
||||
* Update for MCC200 / PRS200 boards:
|
||||
|
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user