mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-28 08:35:38 +00:00
bootstage: Fix 'stacked' typo
This should be 'stashed'. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
7842749c35
commit
dafde79ddb
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ int bootstage_stash(void *base, int size);
|
||||||
* @param base Base address of memory buffer
|
* @param base Base address of memory buffer
|
||||||
* @param size Size of memory buffer (-1 if unknown)
|
* @param size Size of memory buffer (-1 if unknown)
|
||||||
* @return 0 if unstashed ok, -ENOENT if bootstage info not found, -ENOSPC if
|
* @return 0 if unstashed ok, -ENOENT if bootstage info not found, -ENOSPC if
|
||||||
* there is not space for read the stacked data, or other error if
|
* there is not space for read the stashed data, or other error if
|
||||||
* something else went wrong
|
* something else went wrong
|
||||||
*/
|
*/
|
||||||
int bootstage_unstash(const void *base, int size);
|
int bootstage_unstash(const void *base, int size);
|
||||||
|
|
Loading…
Add table
Reference in a new issue