From 03b004074fb641cffd7d2150505ef8afc13231bf Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 21 Oct 2014 15:23:32 +0200 Subject: PowerPC: drop some 74xx_7xx boards and related code The file board/Marvell/include/mv_gen_reg.h is incompatible with the GPL (see for example the "MARVELL RESERVES THE RIGHT AT ITS SOLE DISCRETION TO REQUEST THAT THIS CODE BE IMMEDIATELY RETURNED TO MARVELL" clause). As this cannot be fixed, we remove the file and all code that depends on it. Fortunately this only affects some very old boards that have long reached EOL: CPCI750 DB64360 DB64460 p3m750 p3m7448 Signed-off-by: Wolfgang Denk Cc: Reinhard Arlt Cc: Stefan Roese Cc: Roger Meier --- configs/CPCI750_defconfig | 3 --- configs/DB64360_defconfig | 3 --- configs/DB64460_defconfig | 3 --- configs/p3m7448_defconfig | 4 ---- configs/p3m750_defconfig | 4 ---- 5 files changed, 17 deletions(-) delete mode 100644 configs/CPCI750_defconfig delete mode 100644 configs/DB64360_defconfig delete mode 100644 configs/DB64460_defconfig delete mode 100644 configs/p3m7448_defconfig delete mode 100644 configs/p3m750_defconfig (limited to 'configs') diff --git a/configs/CPCI750_defconfig b/configs/CPCI750_defconfig deleted file mode 100644 index abdd4d29fa..0000000000 --- a/configs/CPCI750_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_74xx_7xx=y -CONFIG_TARGET_CPCI750=y diff --git a/configs/DB64360_defconfig b/configs/DB64360_defconfig deleted file mode 100644 index 358b0968f0..0000000000 --- a/configs/DB64360_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_74xx_7xx=y -CONFIG_TARGET_DB64360=y diff --git a/configs/DB64460_defconfig b/configs/DB64460_defconfig deleted file mode 100644 index 4ff2fadaa0..0000000000 --- a/configs/DB64460_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_74xx_7xx=y -CONFIG_TARGET_DB64460=y diff --git a/configs/p3m7448_defconfig b/configs/p3m7448_defconfig deleted file mode 100644 index 9b036895ee..0000000000 --- a/configs/p3m7448_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="P3M7448" -CONFIG_PPC=y -CONFIG_74xx_7xx=y -CONFIG_TARGET_P3MX=y diff --git a/configs/p3m750_defconfig b/configs/p3m750_defconfig deleted file mode 100644 index e5377eb620..0000000000 --- a/configs/p3m750_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="P3M750" -CONFIG_PPC=y -CONFIG_74xx_7xx=y -CONFIG_TARGET_P3MX=y -- cgit v1.2.1