[U-Boot] [PATCH v2] OMAP: Remove omapfb.debug=y from Beagle and Overo env settings

From: Steve Sakoman steve@sakoman.com
The kernel DSS2 code is mature now, and keeping this setting hurts performance
Signed-off-by: Steve Sakoman steve@sakoman.com Signed-off-by: Joel A Fernandes agnel.joel@gmail.com --- Changes since v1: Added myself to SOB
include/configs/omap3_beagle.h | 2 -- include/configs/omap3_overo.h | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 9fd80ed..42575f1 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -214,7 +214,6 @@ "mpurate=${mpurate} " \ "vram=${vram} " \ "omapfb.mode=dvi:${dvimode} " \ - "omapfb.debug=y " \ "omapdss.def_disp=${defaultdisplay} " \ "root=${mmcroot} " \ "rootfstype=${mmcrootfstype}\0" \ @@ -222,7 +221,6 @@ "mpurate=${mpurate} " \ "vram=${vram} " \ "omapfb.mode=dvi:${dvimode} " \ - "omapfb.debug=y " \ "omapdss.def_disp=${defaultdisplay} " \ "root=${nandroot} " \ "rootfstype=${nandrootfstype}\0" \ diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index 242b317..0f64054 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -170,7 +170,6 @@ "mpurate=${mpurate} " \ "vram=${vram} " \ "omapfb.mode=dvi:${dvimode} " \ - "omapfb.debug=y " \ "omapdss.def_disp=${defaultdisplay} " \ "root=${mmcroot} " \ "rootfstype=${mmcrootfstype}\0" \ @@ -178,7 +177,6 @@ "mpurate=${mpurate} " \ "vram=${vram} " \ "omapfb.mode=dvi:${dvimode} " \ - "omapfb.debug=y " \ "omapdss.def_disp=${defaultdisplay} " \ "root=${nandroot} " \ "rootfstype=${nandrootfstype}\0" \

Le 11/08/2011 21:28, Joel A Fernandes a écrit :
From: Steve Sakomansteve@sakoman.com
The kernel DSS2 code is mature now, and keeping this setting hurts performance
Signed-off-by: Steve Sakomansteve@sakoman.com Signed-off-by: Joel A Fernandesagnel.joel@gmail.com
Changes since v1: Added myself to SOB
I see no indication of this anywhere, but this change seems to be already in git, from a patch submitted by Steve Sakoman on december 2010:
http://git.denx.de/?p=u-boot.git;a=commit;h=2490e591b4b5450d2b011deac7b07345a1f1daf4
... although patchwork does not know it yet:
http://patchwork.ozlabs.org/project/uboot/list/?q=Remove+omapfb.debug
Amicalement,

Le 11/08/2011 21:28, Joel A Fernandes a écrit :
From: Steve Sakomansteve@sakoman.com
The kernel DSS2 code is mature now, and keeping this setting hurts
performance
Signed-off-by: Steve Sakomansteve@sakoman.com Signed-off-by: Joel A Fernandesagnel.joel@gmail.com
Changes since v1: Added myself to SOB
I see no indication of this anywhere, but this change seems to be already in git, from a patch submitted by Steve Sakoman on december 2010:
http://git.denx.de/?p=u- boot.git;a=commit;h=2490e591b4b5450d2b011deac7b07345a1f1daf4
I just submitted it as part of the TI pull request the other day
... although patchwork does not know it yet:
http://patchwork.ozlabs.org/project/uboot/list/?q=Remove+omapfb.debug
I'll update.
--Sandeep
participants (3)
-
Albert ARIBAUD
-
Joel A Fernandes
-
Paulraj, Sandeep