mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 22:18:52 +00:00
Fix typo.
This commit is contained in:
parent
16850919ff
commit
21a9cc028d
2 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue