From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 5 May 2009 00:41:28 +0200 Subject: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR In-Reply-To: <20090504184026.EC5EB83420E8@gemini.denx.de> References: <1241433241-29785-1-git-send-email-daniel@caiaq.de> <20090504120514.GD25959@game.jcrosoft.org> <20090504184026.EC5EB83420E8@gemini.denx.de> Message-ID: <20090504224128.GF13923@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20:40 Mon 04 May , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090504120514.GD25959@game.jcrosoft.org> you wrote: > > On 12:34 Mon 04 May , Daniel Mack wrote: > > > 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 > > > Cc: Markus Klotzbuecher > > NACK > > > > UP2OCR is not avaaillable for the pxa2xx > > > > we need to clean it really > > So who is going to do that, and when? > > BTW - how many PXA platforms with USB support do we have, and how many > of these are pxa2xx ? the usb driver use the same file for supporting all the PXA and as it's store in a generic header. We must define the register only the specific pxa version and when the same register could mean differents things depending the pxa version Best Regards, J.