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

2011-09-05 Thread Albert ARIBAUD
Le 11/08/2011 21:28, Joel A Fernandes a écrit :
 From: Steve Sakomanst...@sakoman.com

 The kernel DSS2 code is mature now, and keeping this setting hurts performance

 Signed-off-by: Steve Sakomanst...@sakoman.com
 Signed-off-by: Joel A Fernandesagnel.j...@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,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2011-09-05 Thread Paulraj, Sandeep


 
 Le 11/08/2011 21:28, Joel A Fernandes a écrit :
  From: Steve Sakomanst...@sakoman.com
 
  The kernel DSS2 code is mature now, and keeping this setting hurts
 performance
 
  Signed-off-by: Steve Sakomanst...@sakoman.com
  Signed-off-by: Joel A Fernandesagnel.j...@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

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2011-08-11 Thread Joel A Fernandes
From: Steve Sakoman st...@sakoman.com

The kernel DSS2 code is mature now, and keeping this setting hurts performance

Signed-off-by: Steve Sakoman st...@sakoman.com
Signed-off-by: Joel A Fernandes agnel.j...@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 \
-- 
1.7.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot