mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-01 13:57:24 +00:00
binman: Fix a few typos in the entry docs
Some typos have been fixed in the generated entry docs but the code was not updated. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
3e8fba4cd4
commit
fe04f647a2
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ class Entry_intel_me(Entry_blob):
|
||||||
|
|
||||||
This file contains code used by the SoC that is required to make it work.
|
This file contains code used by the SoC that is required to make it work.
|
||||||
The Management Engine is like a background task that runs things that are
|
The Management Engine is like a background task that runs things that are
|
||||||
not clearly documented, but may include keyboard, deplay and network
|
not clearly documented, but may include keyboard, display and network
|
||||||
access. For platform that use ME it is not possible to disable it. U-Boot
|
access. For platform that use ME it is not possible to disable it. U-Boot
|
||||||
does not directly execute code in the ME binary.
|
does not directly execute code in the ME binary.
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ class Entry_powerpc_mpc85xx_bootpg_resetvec(Entry_blob):
|
||||||
Properties / Entry arguments:
|
Properties / Entry arguments:
|
||||||
- filename: Filename of u-boot-br.bin (default 'u-boot-br.bin')
|
- filename: Filename of u-boot-br.bin (default 'u-boot-br.bin')
|
||||||
|
|
||||||
This enrty is valid for PowerPC mpc85xx cpus. This entry holds
|
This entry is valid for PowerPC mpc85xx cpus. This entry holds
|
||||||
'bootpg + resetvec' code for PowerPC mpc85xx CPUs which needs to be
|
'bootpg + resetvec' code for PowerPC mpc85xx CPUs which needs to be
|
||||||
placed at offset 'RESET_VECTOR_ADDRESS - 0xffc'.
|
placed at offset 'RESET_VECTOR_ADDRESS - 0xffc'.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue