All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom <Tom.Rix@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] OMAP3: Zoom2: Fix missing Board and CPU info
Date: Sat, 16 May 2009 11:07:01 -0500	[thread overview]
Message-ID: <4A0EE4A5.6080109@windriver.com> (raw)
In-Reply-To: <1242483066-6955-1-git-send-email-dirk.behme@googlemail.com>

Ok with me.
I have verified this patch runs on zoom2.
The expected cpu and board info are displayed on  startup.
Tom
 
Dirk Behme wrote:
> With other OMAP3 boards we recently switched to CPU and Board
> info API. From parallel merge, this is missing for Zoom2.
> Enable it for Zoom2, too.
>
> CC: Tom.Rix at windriver.com
> Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
> ---
>
> Compile tested on recent u-boot next branch.
>
>  include/configs/omap3_zoom2.h |    6 ++++++
>  1 file changed, 6 insertions(+)
>
> Index: u-boot-main/include/configs/omap3_zoom2.h
> ===================================================================
> --- u-boot-main.orig/include/configs/omap3_zoom2.h
> +++ u-boot-main/include/configs/omap3_zoom2.h
> @@ -43,6 +43,12 @@
>  #include <asm/arch/cpu.h>	/* get chip and board defs */
>  #include <asm/arch/omap3.h>
>  
> +/*
> + * Display CPU and Board information
> + */
> +#define CONFIG_DISPLAY_CPUINFO		1
> +#define CONFIG_DISPLAY_BOARDINFO	1
> +
>  /* Clock Defines */
>  #define V_OSCK			26000000	/* Clock output from T2 */
>  #define V_SCLK			(V_OSCK >> 1)
>   

  reply	other threads:[~2009-05-16 16:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-16 14:11 [U-Boot] [PATCH] OMAP3: Zoom2: Fix missing Board and CPU info Dirk Behme
2009-05-16 16:07 ` Tom [this message]
2009-05-17  9:37 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-17 10:47   ` Dirk Behme

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A0EE4A5.6080109@windriver.com \
    --to=tom.rix@windriver.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.