From c2ee5ee7b3393770dbe809ca36814083feffaf83 Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Fri, 26 Aug 2022 15:15:41 +0200 Subject: 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 --- doc/develop/bootstd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/develop/bootstd.rst') 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. -- cgit v1.2.3