[U-Boot] [PATCH 10/19] powerpc: mpc85xx: remove MPC8540ADS support
Masahiro Yamada
yamada.masahiro at socionext.com
Tue Sep 1 15:28:49 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 | 6 -
board/freescale/mpc8540ads/Kconfig | 12 -
board/freescale/mpc8540ads/MAINTAINERS | 6 -
board/freescale/mpc8540ads/Makefile | 11 -
board/freescale/mpc8540ads/ddr.c | 46 ---
board/freescale/mpc8540ads/law.c | 42 ---
board/freescale/mpc8540ads/mpc8540ads.c | 242 ----------------
board/freescale/mpc8540ads/tlb.c | 95 -------
configs/MPC8540ADS_defconfig | 3 -
doc/README.scrapyard | 1 +
include/configs/MPC8540ADS.h | 448 ------------------------------
12 files changed, 1 insertion(+), 915 deletions(-)
delete mode 100644 board/freescale/mpc8540ads/Kconfig
delete mode 100644 board/freescale/mpc8540ads/MAINTAINERS
delete mode 100644 board/freescale/mpc8540ads/Makefile
delete mode 100644 board/freescale/mpc8540ads/ddr.c
delete mode 100644 board/freescale/mpc8540ads/law.c
delete mode 100644 board/freescale/mpc8540ads/mpc8540ads.c
delete mode 100644 board/freescale/mpc8540ads/tlb.c
delete mode 100644 configs/MPC8540ADS_defconfig
delete mode 100644 include/configs/MPC8540ADS.h
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index ae0823a..540d51a 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_MPC8540ADS
- bool "Support MPC8540ADS"
-
config TARGET_MPC8541CDS
bool "Support MPC8541CDS"
@@ -157,7 +154,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/mpc8540ads/Kconfig"
source "board/freescale/mpc8541cds/Kconfig"
source "board/freescale/mpc8544ds/Kconfig"
source "board/freescale/mpc8548cds/Kconfig"
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h
index 7a5487b..54d3112 100644
--- a/arch/powerpc/include/asm/config_mpc85xx.h
+++ b/arch/powerpc/include/asm/config_mpc85xx.h
@@ -44,12 +44,6 @@
#define CONFIG_SYS_FSL_ERRATUM_A004508
#define CONFIG_SYS_FSL_ERRATUM_A005125
-#elif defined(CONFIG_MPC8540)
-#define CONFIG_MAX_CPUS 1
-#define CONFIG_SYS_FSL_NUM_LAWS 8
-#define CONFIG_SYS_FSL_DDRC_GEN1
-#define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000
-
#elif defined(CONFIG_MPC8541)
#define CONFIG_MAX_CPUS 1
#define CONFIG_SYS_FSL_NUM_LAWS 8
diff --git a/board/freescale/mpc8540ads/Kconfig b/board/freescale/mpc8540ads/Kconfig
deleted file mode 100644
index 35a8545..0000000
diff --git a/board/freescale/mpc8540ads/MAINTAINERS b/board/freescale/mpc8540ads/MAINTAINERS
deleted file mode 100644
index acc4821..0000000
diff --git a/board/freescale/mpc8540ads/Makefile b/board/freescale/mpc8540ads/Makefile
deleted file mode 100644
index 6f82c7f..0000000
diff --git a/board/freescale/mpc8540ads/ddr.c b/board/freescale/mpc8540ads/ddr.c
deleted file mode 100644
index 41d4cfe..0000000
diff --git a/board/freescale/mpc8540ads/law.c b/board/freescale/mpc8540ads/law.c
deleted file mode 100644
index 41f2e02..0000000
diff --git a/board/freescale/mpc8540ads/mpc8540ads.c b/board/freescale/mpc8540ads/mpc8540ads.c
deleted file mode 100644
index 1069e2c..0000000
diff --git a/board/freescale/mpc8540ads/tlb.c b/board/freescale/mpc8540ads/tlb.c
deleted file mode 100644
index d5ee791..0000000
diff --git a/configs/MPC8540ADS_defconfig b/configs/MPC8540ADS_defconfig
deleted file mode 100644
index 41af349..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index 9cda0bd..9b5a794 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
=================================================================================================
+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>
cmi_mpc5xx powerpc mpc5xx - -
diff --git a/include/configs/MPC8540ADS.h b/include/configs/MPC8540ADS.h
deleted file mode 100644
index 931816b..0000000
--
1.9.1
More information about the U-Boot
mailing list