From: Daniel Mack <daniel@caiaq.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR
Date: Mon, 4 May 2009 12:34:01 +0200 [thread overview]
Message-ID: <1241433241-29785-1-git-send-email-daniel@caiaq.de> (raw)
U-Boot does not currently build for PXA platforms with USB support
enabled. This is due to commit 24e37645e7378b20fa8f20e2996c8fb8e9
which introduced the usage of UP2OCR without defining it.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Markus Klotzbuecher <mk@denx.de>
---
include/asm-arm/arch-pxa/pxa-regs.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/asm-arm/arch-pxa/pxa-regs.h b/include/asm-arm/arch-pxa/pxa-regs.h
index a8d30e2..4f5e738 100644
--- a/include/asm-arm/arch-pxa/pxa-regs.h
+++ b/include/asm-arm/arch-pxa/pxa-regs.h
@@ -991,6 +991,7 @@ typedef void (*ExcpHndlr) (void) ;
#define UHCHR __REG(0x4C000064)
#define UHCHIE __REG(0x4C000068)
#define UHCHIT __REG(0x4C00006C)
+#define UP2OCR __REG(0x40600020)
#define UHCHR_FSBIR (1<<0)
#define UHCHR_FHR (1<<1)
--
1.6.2.1
next reply other threads:[~2009-05-04 10:34 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-04 10:34 Daniel Mack [this message]
2009-05-04 11:22 ` [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR Markus Klotzbücher
2009-05-04 12:05 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-04 18:40 ` Wolfgang Denk
2009-05-04 22:41 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-04 22:58 ` Wolfgang Denk
2009-05-04 23:16 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-05 10:16 ` Daniel Mack
2009-05-05 10:28 ` Wolfgang Denk
2009-05-05 10:36 ` Daniel Mack
2009-05-05 10:48 ` Daniel Mack
2009-05-07 20:36 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-07 21:00 ` Wolfgang Denk
2009-05-07 21:02 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-07 22:50 ` Daniel Mack
2009-05-05 11:19 ` Wolfgang Denk
2009-05-05 11:14 ` Markus Klotzbücher
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=1241433241-29785-1-git-send-email-daniel@caiaq.de \
--to=daniel@caiaq.de \
--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.