[bootlin/training-materials updates] master: labs/sysdev-kernel-cross-compiling: fix kernel parameter order on BBB (20653dc9)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Jan 26 18:12:54 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/20653dc92ebcf6d17400c50a83fa6d9572ad0ab2

>---------------------------------------------------------------

commit 20653dc92ebcf6d17400c50a83fa6d9572ad0ab2
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Jan 26 18:10:04 2023 +0100

    labs/sysdev-kernel-cross-compiling: fix kernel parameter order on BBB
    
    According to dependency order.
    Easier for people doing this the first time!
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

20653dc92ebcf6d17400c50a83fa6d9572ad0ab2
 labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
index e0fb8408..f4c28b4b 100644
--- a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
+++ b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
@@ -104,9 +104,9 @@ So, apply this configuration, and then run \code{make menuconfig}.
 \begin{itemize}
   \item \kconfigval{CONFIG_USB}{y}
   \item \kconfigval{CONFIG_USB_GADGET}{y}
-  \item \kconfigval{CONFIG_USB_MUSB_DSPS}{y}
   \item \kconfigval{CONFIG_USB_MUSB_HDRC}{y} {\em Driver for the USB OTG
         controller}
+  \item \kconfigval{CONFIG_USB_MUSB_DSPS}{y}
   \item \kconfigval{CONFIG_USB_MUSB_DUAL_ROLE}{y} {\em Use the USB OTG
         both in host and device (gadget) modes. This will be needed
         later to use the board's USB host port.}




More information about the training-materials-updates mailing list