From 5344cc1a82fcc2817d4671696b3939b0dfa4323e Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 23 Jan 2015 00:24:19 +0900 Subject: powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boards These boards are still non-generic boards. It is a good thing that we can drop board-specific hack code from drivers/mtd/nand/nand_base.c Signed-off-by: Masahiro Yamada Acked-by: Stefan Roese Cc: Andrea "llandre" Marson --- configs/CATcenter_25_defconfig | 4 ---- configs/CATcenter_33_defconfig | 4 ---- configs/CATcenter_defconfig | 4 ---- configs/PPChameleonEVB_BA_25_defconfig | 4 ---- configs/PPChameleonEVB_BA_33_defconfig | 4 ---- configs/PPChameleonEVB_HI_25_defconfig | 4 ---- configs/PPChameleonEVB_HI_33_defconfig | 4 ---- configs/PPChameleonEVB_ME_25_defconfig | 4 ---- configs/PPChameleonEVB_ME_33_defconfig | 4 ---- configs/PPChameleonEVB_defconfig | 3 --- 10 files changed, 39 deletions(-) delete mode 100644 configs/CATcenter_25_defconfig delete mode 100644 configs/CATcenter_33_defconfig delete mode 100644 configs/CATcenter_defconfig delete mode 100644 configs/PPChameleonEVB_BA_25_defconfig delete mode 100644 configs/PPChameleonEVB_BA_33_defconfig delete mode 100644 configs/PPChameleonEVB_HI_25_defconfig delete mode 100644 configs/PPChameleonEVB_HI_33_defconfig delete mode 100644 configs/PPChameleonEVB_ME_25_defconfig delete mode 100644 configs/PPChameleonEVB_ME_33_defconfig delete mode 100644 configs/PPChameleonEVB_defconfig (limited to 'configs') diff --git a/configs/CATcenter_25_defconfig b/configs/CATcenter_25_defconfig deleted file mode 100644 index 1a8903c..0000000 --- a/configs/CATcenter_25_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="PPCHAMELEON_MODULE_MODEL=1,PPCHAMELEON_CLK_25" -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_CATCENTER=y diff --git a/configs/CATcenter_33_defconfig b/configs/CATcenter_33_defconfig deleted file mode 100644 index 4b0eb8d..0000000 --- a/configs/CATcenter_33_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="PPCHAMELEON_MODULE_MODEL=1,PPCHAMELEON_CLK_33" -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_CATCENTER=y diff --git a/configs/CATcenter_defconfig b/configs/CATcenter_defconfig deleted file mode 100644 index 53e00ad..0000000 --- a/configs/CATcenter_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="PPCHAMELEON_MODULE_MODEL=1" -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_CATCENTER=y diff --git a/configs/PPChameleonEVB_BA_25_defconfig b/configs/PPChameleonEVB_BA_25_defconfig deleted file mode 100644 index e367299..0000000 --- a/configs/PPChameleonEVB_BA_25_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="PPCHAMELEON_MODULE_MODEL=0,PPCHAMELEON_CLK_25" -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_PPCHAMELEONEVB=y diff --git a/configs/PPChameleonEVB_BA_33_defconfig b/configs/PPChameleonEVB_BA_33_defconfig deleted file mode 100644 index f4041c9..0000000 --- a/configs/PPChameleonEVB_BA_33_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="PPCHAMELEON_MODULE_MODEL=0,PPCHAMELEON_CLK_33" -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_PPCHAMELEONEVB=y diff --git a/configs/PPChameleonEVB_HI_25_defconfig b/configs/PPChameleonEVB_HI_25_defconfig deleted file mode 100644 index a9de221..0000000 --- a/configs/PPChameleonEVB_HI_25_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="PPCHAMELEON_MODULE_MODEL=2,PPCHAMELEON_CLK_25" -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_PPCHAMELEONEVB=y diff --git a/configs/PPChameleonEVB_HI_33_defconfig b/configs/PPChameleonEVB_HI_33_defconfig deleted file mode 100644 index 882262b..0000000 --- a/configs/PPChameleonEVB_HI_33_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="PPCHAMELEON_MODULE_MODEL=2,PPCHAMELEON_CLK_33" -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_PPCHAMELEONEVB=y diff --git a/configs/PPChameleonEVB_ME_25_defconfig b/configs/PPChameleonEVB_ME_25_defconfig deleted file mode 100644 index f9a0440..0000000 --- a/configs/PPChameleonEVB_ME_25_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="PPCHAMELEON_MODULE_MODEL=1,PPCHAMELEON_CLK_25" -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_PPCHAMELEONEVB=y diff --git a/configs/PPChameleonEVB_ME_33_defconfig b/configs/PPChameleonEVB_ME_33_defconfig deleted file mode 100644 index 8ee09b8..0000000 --- a/configs/PPChameleonEVB_ME_33_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="PPCHAMELEON_MODULE_MODEL=1,PPCHAMELEON_CLK_33" -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_PPCHAMELEONEVB=y diff --git a/configs/PPChameleonEVB_defconfig b/configs/PPChameleonEVB_defconfig deleted file mode 100644 index 2d83330..0000000 --- a/configs/PPChameleonEVB_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_4xx=y -CONFIG_TARGET_PPCHAMELEONEVB=y -- cgit v1.1