From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafal Jaworowski Date: Tue, 15 Jan 2008 12:20:38 +0100 Subject: [U-Boot-Users] [PATCH] ppc: Refactor cache routines, so there is only one common set. In-Reply-To: <8A61EEB2-A480-4083-B4FB-3E2D932406DC@kernel.crashing.org> References: <20080109213311.GA19373@semihalf.com> <58A20A281BAF1047B4EAE68DE5C0BDC2C0DF19@zch01exm21.fsl.freescale.net> <8A61EEB2-A480-4083-B4FB-3E2D932406DC@kernel.crashing.org> Message-ID: <478C9706.40201@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Kumar, Kumar Gala wrote: >> The e500 don't have classic FPU. So don't support these FP inst. >> >> Could you keep the ppcDWstore/ppcDWload in start.S? > > also some of the e300 variants dont have FPUs. (832x). > OK, although this one needs probably be dealt with in the 83xx start.S via #ifdef or so, because currently those functions are defined there unconditionally. kind regards, Rafal