mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-26 00:21:37 +00:00
Fix various typos, scattered over the code.
Spelling corrections for (among other things): * environment * override * variable * ftd (should be "fdt", for flattened device tree) * embedded * FTDI * emulation * controller
This commit is contained in:
parent
b955e42bad
commit
1cc0a9f496
24 changed files with 29 additions and 29 deletions
|
@ -10,7 +10,7 @@ export has two subcommands:
|
|||
fdt: exports the FDT
|
||||
|
||||
Call is:
|
||||
spl export <ftd|atags> [kernel_addr] [initrd_addr] [fdt_addr if fdt]
|
||||
spl export <fdt|atags> [kernel_addr] [initrd_addr] [fdt_addr if fdt]
|
||||
|
||||
|
||||
TYPICAL CALL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue