[U-Boot] [PATCH] OMAP: Remove omapfb.debug=y from Beagle and Overo env settings
Jason Kridner
jkridner at beagleboard.org
Thu Aug 11 20:24:27 CEST 2011
On Thu, Aug 11, 2011 at 1:34 AM, Joel A Fernandes <agnel.joel at gmail.com> wrote:
> From: Steve Sakoman <steve at sakoman.com>
>
>
> The kernel DSS2 code is mature now, and keeping this setting hurts performance
>
> Signed-off-by: Steve Sakoman <steve at sakoman.com>
Acked-by: Jason Kridner <jkridner at beagleboard.org>
+ Sandeep and Khasim
Joel, shouldn't we have your signed-off-by as well, since you are in
the delivery path?
> ---
> 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 at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
More information about the U-Boot
mailing list