public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/4] powerpc, 82xx: remove some missed mpc82xx remains
Date: Wed, 14 Jun 2017 05:49:41 +0200	[thread overview]
Message-ID: <1497412183-820-3-git-send-email-hs@denx.de> (raw)
In-Reply-To: <1497412183-820-1-git-send-email-hs@denx.de>

we removed 82xx support. Missed some 82xx remains,
remove them now.

Signed-off-by: Heiko Schocher <hs@denx.de>
---

 drivers/serial/serial.c | 2 --
 include/netdev.h        | 1 -
 include/serial.h        | 2 --
 3 files changed, 5 deletions(-)

diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
index aa64b84..c3dd8a9 100644
--- a/drivers/serial/serial.c
+++ b/drivers/serial/serial.c
@@ -224,8 +224,6 @@ void serial_initialize(void)
 	mcf_serial_initialize();
 	ml2_serial_initialize();
 	mpc5xx_serial_initialize();
-	mpc8260_scc_serial_initialize();
-	mpc8260_smc_serial_initialize();
 	mpc85xx_serial_initialize();
 	mpc8xx_serial_initialize();
 	mxc_serial_initialize();
diff --git a/include/netdev.h b/include/netdev.h
index 38c0453..c06b908 100644
--- a/include/netdev.h
+++ b/include/netdev.h
@@ -57,7 +57,6 @@ int lpc32xx_eth_initialize(bd_t *bis);
 int macb_eth_initialize(int id, void *regs, unsigned int phy_addr);
 int mcdmafec_initialize(bd_t *bis);
 int mcffec_initialize(bd_t *bis);
-int mpc82xx_scc_enet_initialize(bd_t *bis);
 int mvgbe_initialize(bd_t *bis);
 int mvneta_initialize(bd_t *bis, int base_addr, int devnum, int phy_addr);
 int natsemi_initialize(bd_t *bis);
diff --git a/include/serial.h b/include/serial.h
index a37ea18..30de3ac 100644
--- a/include/serial.h
+++ b/include/serial.h
@@ -185,8 +185,6 @@ void max3100_serial_initialize(void);
 void mcf_serial_initialize(void);
 void ml2_serial_initialize(void);
 void mpc5xx_serial_initialize(void);
-void mpc8260_scc_serial_initialize(void);
-void mpc8260_smc_serial_initialize(void);
 void mpc85xx_serial_initialize(void);
 void mpc8xx_serial_initialize(void);
 void mxc_serial_initialize(void);
-- 
2.7.4

  parent reply	other threads:[~2017-06-14  3:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-14  3:49 [U-Boot] [PATCH 0/4] powerpc: remove support for 5xxx and 512x Heiko Schocher
2017-06-14  3:49 ` [U-Boot] [PATCH 1/4] powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x Heiko Schocher
2017-06-16 17:11   ` [U-Boot] [U-Boot, " Tom Rini
2017-06-14  3:49 ` Heiko Schocher [this message]
2017-06-16 17:11   ` [U-Boot] [U-Boot, 2/4] powerpc, 82xx: remove some missed mpc82xx remains Tom Rini
2017-06-14  3:49 ` [U-Boot] [PATCH 3/4] powerpc, 5xx: remove some "5xx" remains Heiko Schocher
2017-06-16 17:12   ` [U-Boot] [U-Boot,3/4] " Tom Rini
2017-06-14  3:49 ` [U-Boot] [PATCH 4/4] powerpc, 8xx: remove some "8xx" remains Heiko Schocher
2017-06-15 17:02 ` [U-Boot] [PATCH 0/4] powerpc: remove support for 5xxx and 512x Marek Vasut

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=1497412183-820-3-git-send-email-hs@denx.de \
    --to=hs@denx.de \
    --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