From: Felix Radensky <felix@embedded-sol.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] mx31ads: Use the new relocation scheme
Date: Mon, 13 Jun 2011 07:34:00 +0300 [thread overview]
Message-ID: <4DF59338.1000500@embedded-sol.com> (raw)
In-Reply-To: <BANLkTina0+4VMpt9x8ePv=+-gzVoAq7VoQ@mail.gmail.com>
Hi Fabio,
On 06/13/2011 01:31 AM, Fabio Estevam wrote:
>
> Please ignore my last message. I think you could try:
>
> diff --git a/arch/arm/cpu/arm1136/mx31/generic.c b/arch/arm/cpu/arm1136/mx31/gen
> index 4ebf38d..36ceb02 100644
> --- a/arch/arm/cpu/arm1136/mx31/generic.c
> +++ b/arch/arm/cpu/arm1136/mx31/generic.c
> @@ -159,6 +159,7 @@ static char *get_reset_cause(void)
> int print_cpuinfo (void)
> {
> u32 srev = get_cpu_rev();
> + printf ("srev = %08x\n", srev);
>
> printf("CPU: Freescale i.MX31 rev %d.%d%s at %d MHz.",
> (srev& 0xF0)>> 4, (srev& 0x0F),
>
> Then please let us know what srev prints on the console.
>
I get
srev = 00008020
Felix.
next prev parent reply other threads:[~2011-06-13 4:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-04 22:18 [U-Boot] [PATCH v3] mx31ads: Use the new relocation scheme Felix Radensky
2011-06-04 23:24 ` Fabio Estevam
2011-06-05 7:28 ` Felix Radensky
2011-06-05 14:47 ` Fabio Estevam
2011-06-12 21:58 ` Fabio Estevam
2011-06-12 22:31 ` Fabio Estevam
2011-06-13 4:34 ` Felix Radensky [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-06-02 19:26 Fabio Estevam
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=4DF59338.1000500@embedded-sol.com \
--to=felix@embedded-sol.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.