[U-Boot] [PATCH 11/19] powerpc: mpc85xx: remove MPC8541CDS support
Masahiro Yamada
yamada.masahiro at socionext.com
Tue Sep 1 15:28:50 CEST 2015
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
Cc: Kumar Gala <kumar.gala at freescale.com>
---
arch/powerpc/cpu/mpc85xx/Kconfig | 4 -
arch/powerpc/include/asm/config_mpc85xx.h | 7 -
board/freescale/mpc8541cds/Kconfig | 12 -
board/freescale/mpc8541cds/MAINTAINERS | 7 -
board/freescale/mpc8541cds/Makefile | 12 -
board/freescale/mpc8541cds/ddr.c | 56 ----
board/freescale/mpc8541cds/law.c | 42 ---
board/freescale/mpc8541cds/mpc8541cds.c | 427 ---------------------------
board/freescale/mpc8541cds/tlb.c | 96 ------
configs/MPC8541CDS_defconfig | 3 -
configs/MPC8541CDS_legacy_defconfig | 4 -
doc/README.scrapyard | 1 +
include/configs/MPC8541CDS.h | 465 ------------------------------
13 files changed, 1 insertion(+), 1135 deletions(-)
delete mode 100644 board/freescale/mpc8541cds/Kconfig
delete mode 100644 board/freescale/mpc8541cds/MAINTAINERS
delete mode 100644 board/freescale/mpc8541cds/Makefile
delete mode 100644 board/freescale/mpc8541cds/ddr.c
delete mode 100644 board/freescale/mpc8541cds/law.c
delete mode 100644 board/freescale/mpc8541cds/mpc8541cds.c
delete mode 100644 board/freescale/mpc8541cds/tlb.c
delete mode 100644 configs/MPC8541CDS_defconfig
delete mode 100644 configs/MPC8541CDS_legacy_defconfig
delete mode 100644 include/configs/MPC8541CDS.h
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 540d51a..296f605 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -46,9 +46,6 @@ config TARGET_P5040DS
config TARGET_MPC8536DS
bool "Support MPC8536DS"
-config TARGET_MPC8541CDS
- bool "Support MPC8541CDS"
-
config TARGET_MPC8544DS
bool "Support MPC8544DS"
@@ -154,7 +151,6 @@ source "board/freescale/bsc9132qds/Kconfig"
source "board/freescale/c29xpcie/Kconfig"
source "board/freescale/corenet_ds/Kconfig"
source "board/freescale/mpc8536ds/Kconfig"
-source "board/freescale/mpc8541cds/Kconfig"
source "board/freescale/mpc8544ds/Kconfig"
source "board/freescale/mpc8548cds/Kconfig"
source "board/freescale/mpc8555cds/Kconfig"
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h
index 54d3112..fef3299 100644
--- a/arch/powerpc/include/asm/config_mpc85xx.h
+++ b/arch/powerpc/include/asm/config_mpc85xx.h
@@ -44,13 +44,6 @@
#define CONFIG_SYS_FSL_ERRATUM_A004508
#define CONFIG_SYS_FSL_ERRATUM_A005125
-#elif defined(CONFIG_MPC8541)
-#define CONFIG_MAX_CPUS 1
-#define CONFIG_SYS_FSL_NUM_LAWS 8
-#define CONFIG_SYS_FSL_DDRC_GEN1
-#define CONFIG_SYS_FSL_SEC_COMPAT 2
-#define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000
-
#elif defined(CONFIG_MPC8544)
#define CONFIG_MAX_CPUS 1
#define CONFIG_SYS_FSL_NUM_LAWS 10
diff --git a/board/freescale/mpc8541cds/Kconfig b/board/freescale/mpc8541cds/Kconfig
deleted file mode 100644
index 034eab2..0000000
diff --git a/board/freescale/mpc8541cds/MAINTAINERS b/board/freescale/mpc8541cds/MAINTAINERS
deleted file mode 100644
index d421b12..0000000
diff --git a/board/freescale/mpc8541cds/Makefile b/board/freescale/mpc8541cds/Makefile
deleted file mode 100644
index 78af4b8..0000000
diff --git a/board/freescale/mpc8541cds/ddr.c b/board/freescale/mpc8541cds/ddr.c
deleted file mode 100644
index d2ac6c4..0000000
diff --git a/board/freescale/mpc8541cds/law.c b/board/freescale/mpc8541cds/law.c
deleted file mode 100644
index 39df3f1..0000000
diff --git a/board/freescale/mpc8541cds/mpc8541cds.c b/board/freescale/mpc8541cds/mpc8541cds.c
deleted file mode 100644
index 7b264dd..0000000
diff --git a/board/freescale/mpc8541cds/tlb.c b/board/freescale/mpc8541cds/tlb.c
deleted file mode 100644
index fff3b4a..0000000
diff --git a/configs/MPC8541CDS_defconfig b/configs/MPC8541CDS_defconfig
deleted file mode 100644
index bc9c246..0000000
diff --git a/configs/MPC8541CDS_legacy_defconfig b/configs/MPC8541CDS_legacy_defconfig
deleted file mode 100644
index 55478ab..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 9b5a794..e7e2749 100644
--- a/doc/README.scrapyard
+++ b/doc/README.scrapyard
@@ -12,6 +12,7 @@ The list should be sorted in reverse chronological order.
Board Arch CPU Commit Removed Last known maintainer/contact
=================================================================================================
+MPC8541CDS powerpc mpc85xx - - Kumar Gala <kumar.gala at freescale.com>
MPC8540ADS powerpc mpc85xx - - Kumar Gala <kumar.gala at freescale.com>
stxgp3 powerpc mpc85xx - - Dan Malek <dan at embeddedalley.com>
stxssa powerpc mpc85xx - - Dan Malek <dan at embeddedalley.com>
diff --git a/include/configs/MPC8541CDS.h b/include/configs/MPC8541CDS.h
deleted file mode 100644
index d24d1ca..0000000
--
1.9.1
More information about the U-Boot
mailing list