public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] cache_8xx.S doesn't support MPC824X
@ 2003-09-02 13:23 Gleb Natapov
  2003-09-10 20:58 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Gleb Natapov @ 2003-09-02 13:23 UTC (permalink / raw)
  To: u-boot

Hello,

File cache_8xx.S claims it supports cache testing of MPC824X, but
it doesn't even compile.

Attached patch solves this.

--
			Gleb.
-------------- next part --------------
diff -ur u-boot/post/cache_8xx.S u-boot.p/post/cache_8xx.S
--- u-boot/post/cache_8xx.S	2003-04-10 14:18:21.000000000 +0300
+++ u-boot.p/post/cache_8xx.S	2003-09-02 15:23:05.000000000 +0300
@@ -27,8 +27,7 @@
     defined(CONFIG_MPC850) || \
     defined(CONFIG_MPC855) || \
     defined(CONFIG_MPC860) || \
-    defined(CONFIG_MPC862) || \
-    defined(CONFIG_MPC824X)
+    defined(CONFIG_MPC862)
 
 #include <post.h>
 #include <ppc_asm.tmpl>
@@ -491,6 +490,6 @@
 	mtlr	r0
 	blr
 
-#endif /* CONFIG_MPC823 || MPC850 || MPC855 || MPC860 || MPC824X */
+#endif /* CONFIG_MPC823 || MPC850 || MPC855 || MPC860 */
 #endif /* CONFIG_POST & CFG_POST_CACHE */
 #endif /* CONFIG_POST */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] [PATCH] cache_8xx.S doesn't support MPC824X
  2003-09-02 13:23 [U-Boot-Users] [PATCH] cache_8xx.S doesn't support MPC824X Gleb Natapov
@ 2003-09-10 20:58 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2003-09-10 20:58 UTC (permalink / raw)
  To: u-boot

In message <20030902132320.GL10453@nbase.co.il> you wrote:
> 
> File cache_8xx.S claims it supports cache testing of MPC824X, but
> it doesn't even compile.
> 
> Attached patch solves this.

Added, thanks.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
Q: What do you get when you cross an ethernet with an income statement?
A: A local area networth.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-10 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-02 13:23 [U-Boot-Users] [PATCH] cache_8xx.S doesn't support MPC824X Gleb Natapov
2003-09-10 20:58 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox