Skip to content

Commit

Permalink
U-Boot: bootz is for compressed kernels
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker authored and tpetazzoni committed Oct 29, 2021
1 parent aa770f0 commit 464ca0a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -236,7 +236,7 @@ \subsection{The U-boot bootloader}
\item \code{ping}, to test the network
\item \code{bootd} (can be abbreviated as \code{boot}), runs the default
boot command, stored in \code{bootcmd}
\item \code{bootz <address>}, starts a kernel image loaded at the
\item \code{bootz <address>}, starts a compressed kernel image loaded at the
given address in RAM
\end{itemize}
\end{frame}
Expand Down

0 comments on commit 464ca0a

Please sign in to comment.