From: Gleb Natapov <gleb@nbase.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] cache_8xx.S doesn't support MPC824X
Date: Tue, 2 Sep 2003 16:23:20 +0300 [thread overview]
Message-ID: <20030902132320.GL10453@nbase.co.il> (raw)
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 */
next reply other threads:[~2003-09-02 13:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-02 13:23 Gleb Natapov [this message]
2003-09-10 20:58 ` [U-Boot-Users] [PATCH] cache_8xx.S doesn't support MPC824X Wolfgang Denk
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=20030902132320.GL10453@nbase.co.il \
--to=gleb@nbase.co.il \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox