diff options
author | Wolfgang Denk <wd@denx.de> | 2014-10-21 15:23:32 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2014-10-27 14:35:55 +0100 |
commit | 03b004074fb641cffd7d2150505ef8afc13231bf (patch) | |
tree | 93fe51aab1e2cc78646ddc8c9b5918dac9ed4ea3 /configs | |
parent | fc297789a231ded974d6194e74f7a0620fb4553e (diff) | |
download | u-boot-imx-03b004074fb641cffd7d2150505ef8afc13231bf.zip u-boot-imx-03b004074fb641cffd7d2150505ef8afc13231bf.tar.gz u-boot-imx-03b004074fb641cffd7d2150505ef8afc13231bf.tar.bz2 |
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 <wd@denx.de>
Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Roger Meier <r.meier@siemens.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/CPCI750_defconfig | 3 | ||||
-rw-r--r-- | configs/DB64360_defconfig | 3 | ||||
-rw-r--r-- | configs/DB64460_defconfig | 3 | ||||
-rw-r--r-- | configs/p3m7448_defconfig | 4 | ||||
-rw-r--r-- | configs/p3m750_defconfig | 4 |
5 files changed, 0 insertions, 17 deletions
diff --git a/configs/CPCI750_defconfig b/configs/CPCI750_defconfig deleted file mode 100644 index abdd4d2..0000000 --- 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 358b096..0000000 --- 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 4ff2fad..0000000 --- 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 9b03689..0000000 --- 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 e5377eb..0000000 --- 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 |