From: zzs <zzs213@126.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] wrong macro name for at91-ssc
Date: Mon, 28 Mar 2011 15:03:22 +0800 [thread overview]
Message-ID: <20110328070322.GA26252@greatfirst.com> (raw)
Hi, everybody
I found the macro name for at91-ssc base may be wrong, in
arch-at91/at91rm9200.h has he flowwing define:
#define AT91_SCC_BASE 0xFFFD0000 /* 4x 0x4000 Offset */
May be it should be :
#define AT91_SSC_BASE 0xFFFD0000 /* 4x 0x4000 Offset */
And I search all header files in arch/arm dir, Can't found any
definition for ssc registers, why? Nobody use this pheri !?
--
Best Regards,
zzs
reply other threads:[~2011-03-28 7:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20110328070322.GA26252@greatfirst.com \
--to=zzs213@126.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.