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

2011-08-11 Thread Joel A Fernandes
On Thu, Aug 11, 2011 at 1:24 PM, Jason Kridner wrote: > On Thu, Aug 11, 2011 at 1:34 AM, Joel A Fernandes > wrote: >> From: Steve Sakoman >> >> >> The kernel DSS2 code is mature now, and keeping this setting hurts >> performance >> >> Signed-off-by: Steve Sakoman > > Acked-by: Jason Kridner

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

2011-08-11 Thread Jason Kridner
On Thu, Aug 11, 2011 at 1:34 AM, Joel A Fernandes wrote: > From: Steve Sakoman > > > The kernel DSS2 code is mature now, and keeping this setting hurts performance > > Signed-off-by: Steve Sakoman Acked-by: Jason Kridner + Sandeep and Khasim Joel, shouldn't we have your signed-off-by as well

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

2011-08-10 Thread Joel A Fernandes
From: Steve Sakoman The kernel DSS2 code is mature now, and keeping this setting hurts performance Signed-off-by: Steve Sakoman --- include/configs/omap3_beagle.h |2 -- include/configs/omap3_overo.h |2 -- 2 files changed, 0 insertions(+), 4 deletions(-) diff --git a/include/config

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

2010-12-30 Thread Steve Sakoman
The kernel DSS2 code is mature now, and keeping this setting hurts performance Signed-off-by: Steve Sakoman --- diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 56363f7..d0ef313 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@