[FE training-materials-updates] Don't ask to add omapdss.def_disp, not needed

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Dec 18 17:32:55 CET 2012


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

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

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

commit 56900b256d6fbddb3303ced80ea7fa1c56d541ff
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Dec 18 17:31:20 2012 +0100

    Don't ask to add omapdss.def_disp, not needed
    
    Sufficient to pass 'lcd' to 'omapfb.mode'
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

56900b256d6fbddb3303ced80ea7fa1c56d541ff
 labs/android-new-board/android-new-board.tex |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/labs/android-new-board/android-new-board.tex b/labs/android-new-board/android-new-board.tex
index 575fd80..a6ae8d6 100644
--- a/labs/android-new-board/android-new-board.tex
+++ b/labs/android-new-board/android-new-board.tex
@@ -210,12 +210,13 @@ resolution is only 480x272. This kind of adjustment is mostly done
 through the kernel command line. On the SD card's \code{boot}
 partition, you will find a file named \code{boot.txt}, which is a
 U-Boot script setting all the parameters needed to boot the board
-properly, including the kernel command line. Add the
-\code{omapdss.def_disp} parameter and change the \code{omapfb.mode}
-properties so that it uses the LCD instead of the DVI output and
-the correct resolution.
+properly, including the kernel command line.
 
-You can find some documentation for these options in the
+Change the \code{omapfb.mode} properties so that the board uses
+the LCD instead of the DVI output and configures the LCD with the 
+correct resolution.
+
+You can find some documentation for this option in the
 \code{kernel/Documentation/arm/OMAP/DSS} file, in the
 \code{Kernel boot arguments} section.
 



More information about the training-materials-updates mailing list