summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-16 16:06:48 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:08 -0800
commit41c7b7b132ef2c828b0a856d55e383a8c596532b (patch)
tree55152d66824ed11853307ac9c6124715fe53ce22 /drivers
parent46d9fc0bb722cf8e676071017aef758755351f76 (diff)
downloadu-boot-imx-41c7b7b132ef2c828b0a856d55e383a8c596532b.zip
u-boot-imx-41c7b7b132ef2c828b0a856d55e383a8c596532b.tar.gz
u-boot-imx-41c7b7b132ef2c828b0a856d55e383a8c596532b.tar.bz2
powerpc: P1017: Drop configuration for P1017
P1017 is a single-core version of P1023. There is no P1017 target configured. Drop related macros. P1017 SoC is still supported. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/fm/Makefile1
-rw-r--r--drivers/net/fm/fm.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/fm/Makefile b/drivers/net/fm/Makefile
index 05abbcf..a4c0ea0 100644
--- a/drivers/net/fm/Makefile
+++ b/drivers/net/fm/Makefile
@@ -17,7 +17,6 @@ obj-$(CONFIG_SYS_FMAN_V3) += memac_phy.o
obj-$(CONFIG_SYS_FMAN_V3) += memac.o
# SoC specific SERDES support
-obj-$(CONFIG_P1017) += p1023.o
obj-$(CONFIG_ARCH_P1023) += p1023.o
# The P204x, P304x, and P5020 are the same
obj-$(CONFIG_PPC_P2041) += p5020.o
diff --git a/drivers/net/fm/fm.h b/drivers/net/fm/fm.h
index d31b196..64cc971 100644
--- a/drivers/net/fm/fm.h
+++ b/drivers/net/fm/fm.h
@@ -88,7 +88,7 @@ struct fm_port_global_pram {
#define PRAM_MODE_GLOBAL 0x20000000
#define PRAM_MODE_GRACEFUL_STOP 0x00800000
-#if defined(CONFIG_P1017) || defined(CONFIG_ARCH_P1023)
+#if defined(CONFIG_ARCH_P1023)
#define FM_FREE_POOL_SIZE 0x2000 /* 8K bytes */
#else
#define FM_FREE_POOL_SIZE 0x20000 /* 128K bytes */