[FE training-materials-updates] u-boot: tell people to apply a patch

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Nov 27 15:55:25 CET 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=1e88a0777aea43e6a484a595644856ee5df5c947

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

commit 1e88a0777aea43e6a484a595644856ee5df5c947
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Wed Nov 27 15:55:00 2013 +0100

    u-boot: tell people to apply a patch
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

1e88a0777aea43e6a484a595644856ee5df5c947
 labs/sysdev-u-boot/sysdev-u-boot.tex |   11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index b86cf01..cc07ac1 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -126,6 +126,17 @@ tar xvf u-boot-2013.10.tar.bz2
 cd u-boot-2013.10
 \end{verbatim}
 
+Then, apply the
+\code{0001-Revert-ARM-OMAP-I2C-New-read-write-and-probe-functio.patch}
+patch from this lab's \code{data} directory:
+
+{\small
+\begin{verbatim}
+cat /path/to/0001-Revert-ARM-OMAP-I2C-New-read-write-and-probe-functio.patch | \
+   patch -p1
+\end{verbatim}
+}
+
 Get an understanding of its configuration and compilation steps by
 reading the \code{README} file, and specifically the {\em Building the
   software} section.



More information about the training-materials-updates mailing list