All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christophe Leroy <christophe.leroy@c-s.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 09/10] powerpc: 8xx: get rid of the multiple PVR_ values
Date: Fri,  2 Mar 2018 10:32:41 +0100 (CET)	[thread overview]
Message-ID: <36b291263bbf15e60ad9b71aa2aecb0003fa6f57.1519976944.git.christophe.leroy@c-s.fr> (raw)
In-Reply-To: <cover.1519976944.git.christophe.leroy@c-s.fr>

None of those values are used at the time being.
Just keep one and call it PVR_8xx

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
---
 arch/powerpc/include/asm/processor.h | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h
index 57b11b83657..6fbe8c46b31 100644
--- a/arch/powerpc/include/asm/processor.h
+++ b/arch/powerpc/include/asm/processor.h
@@ -973,10 +973,8 @@
  * differentiated by the version number in the Communication Processor
  * Module (CPM).
  */
-#define PVR_821		0x00500000
-#define PVR_823		PVR_821
-#define PVR_850		PVR_821
-#define PVR_860		PVR_821
+#define PVR_8xx		0x00500000
+
 #define PVR_7400	0x000C0000
 
 /*
-- 
2.13.3

  parent reply	other threads:[~2018-03-02  9:32 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-02  9:32 [U-Boot] [PATCH v2 00/10] Powerpc: mpc8xx: cleanup before migration to DM model Christophe Leroy
2018-03-02  9:32 ` [U-Boot] [PATCH v2 01/10] powerpc: mpc8xx: initialisation of global data Christophe Leroy
2018-03-02  9:32 ` [U-Boot] [PATCH v2 02/10] board: MCR3000: replace mtd->priv by mtd_to_nand() Christophe Leroy
2018-03-02  9:32 ` [U-Boot] [PATCH v2 03/10] board: MCR3000: Increase Monitor size Christophe Leroy
2018-03-02  9:32 ` [U-Boot] [PATCH v2 04/10] soft_i2c: cleanup - no mpc8xx support Christophe Leroy
2018-03-02  9:32 ` [U-Boot] [PATCH v2 05/10] boards: MCR3000: cleanup config Christophe Leroy
2018-03-02  9:32 ` [U-Boot] [PATCH v2 06/10] powerpc: mpc8xx: cleaning up watchdog Christophe Leroy
2018-03-02  9:32 ` [U-Boot] [PATCH v2 07/10] powerpc: mpc8xx: get rid of get_immr() Christophe Leroy
2018-03-03 16:46   ` Wolfgang Denk
2018-03-04  9:01     ` christophe leroy
2018-03-04 14:51       ` Wolfgang Denk
2018-03-04 16:39         ` christophe leroy
2018-03-02  9:32 ` [U-Boot] [PATCH v2 08/10] powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx Christophe Leroy
2018-03-02  9:32 ` Christophe Leroy [this message]
2018-03-02  9:32 ` [U-Boot] [PATCH v2 10/10] powerpc: mpc8xx: refactorise reginfo Christophe Leroy

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=36b291263bbf15e60ad9b71aa2aecb0003fa6f57.1519976944.git.christophe.leroy@c-s.fr \
    --to=christophe.leroy@c-s.fr \
    --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.