diff options
| author | Dario Binacchi <[email protected]> | 2022-08-26 15:15:41 +0200 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2022-08-26 16:33:48 -0600 |
| commit | c2ee5ee7b3393770dbe809ca36814083feffaf83 (patch) | |
| tree | 38fa979e9cec4017c2bf02d1f00e625b6e79f954 /doc/develop/bootstd.rst | |
| parent | 2d74226f2c6ed5b758c97865bef7e42c9f389437 (diff) | |
Rename disto_[pxe_]getfile to distro_[pxe_]getfile
Replace 'disto' with 'distro' since they are all functions about distro
booting.
Signed-off-by: Dario Binacchi <[email protected]>
Diffstat (limited to 'doc/develop/bootstd.rst')
| -rw-r--r-- | doc/develop/bootstd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/bootstd.rst b/doc/develop/bootstd.rst index f7fc7257076..1ccc49424eb 100644 --- a/doc/develop/bootstd.rst +++ b/doc/develop/bootstd.rst @@ -322,7 +322,7 @@ look like this:: The `sf-bootdev` driver can implement a way to read from the SPI flash, using the offset and size provided, and return that bootflow file back to the caller. -When distro boot wants to read the kernel it calls disto_getfile() which must +When distro boot wants to read the kernel it calls distro_getfile() which must provide a way to read from the SPI flash. See `distro_boot()` at distro_boot_ for more details. |
