Skip to content

Commit

Permalink
powerpc: mpc824x: remove MPC824X cpu support
Browse files Browse the repository at this point in the history
All the MPC824X boards are still non-generic boards:
A3000, CPC45, CU824, eXalion, MVBLUE, MUSENKI, Sandpoint824x, utx8245

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Josef Wagner <Wagner@Microsys.de>
Cc: Torsten Demke <torsten.demke@fci.com>
Cc: Jim Thompson <jim@musenki.com>
Cc: Greg Allen <gallen@arlut.utexas.edu>
  • Loading branch information
masahir0y authored and trini committed Jan 5, 2015
1 parent 9067b30 commit d622ac3
Show file tree
Hide file tree
Showing 105 changed files with 12 additions and 16,821 deletions.
6 changes: 0 additions & 6 deletions MAKEALL
Expand Up @@ -291,12 +291,6 @@ LIST_8xx="$(targets_by_cpu mpc8xx)"

LIST_4xx="$(targets_by_cpu ppc4xx)"

#########################################################################
## MPC824x Systems
#########################################################################

LIST_824x="$(targets_by_cpu mpc824x)"

#########################################################################
## MPC8260 Systems (includes 8250, 8255 etc.)
#########################################################################
Expand Down
5 changes: 0 additions & 5 deletions README
Expand Up @@ -186,7 +186,6 @@ Directory Hierarchy:
/mpc5xx Files specific to Freescale MPC5xx CPUs
/mpc5xxx Files specific to Freescale MPC5xxx CPUs
/mpc8xx Files specific to Freescale MPC8xx CPUs
/mpc824x Files specific to Freescale MPC824x CPUs
/mpc8260 Files specific to Freescale MPC8260 CPUs
/mpc85xx Files specific to Freescale MPC85xx CPUs
/ppc4xx Files specific to AMCC PowerPC 4xx CPUs
Expand Down Expand Up @@ -326,10 +325,6 @@ The following options need to be configured:
multiple fs option at one time
for marvell soc family

- MPC824X Family Member (if CONFIG_MPC824X is defined)
Define exactly one of
CONFIG_MPC8240, CONFIG_MPC8245

- 8xx CPU Options: (if using an MPC8xx CPU)
CONFIG_8xx_GCLK_FREQ - deprecated: CPU clock if
get_gclk_freq() cannot work
Expand Down
4 changes: 0 additions & 4 deletions arch/powerpc/Kconfig
Expand Up @@ -19,9 +19,6 @@ config 5xx
config MPC5xxx
bool "MPC5xxx"

config MPC824X
bool "MPC824X"

config MPC8260
bool "MPC8260"

Expand All @@ -46,7 +43,6 @@ source "arch/powerpc/cpu/74xx_7xx/Kconfig"
source "arch/powerpc/cpu/mpc512x/Kconfig"
source "arch/powerpc/cpu/mpc5xx/Kconfig"
source "arch/powerpc/cpu/mpc5xxx/Kconfig"
source "arch/powerpc/cpu/mpc824x/Kconfig"
source "arch/powerpc/cpu/mpc8260/Kconfig"
source "arch/powerpc/cpu/mpc83xx/Kconfig"
source "arch/powerpc/cpu/mpc85xx/Kconfig"
Expand Down
48 changes: 0 additions & 48 deletions arch/powerpc/cpu/mpc824x/Kconfig

This file was deleted.

11 changes: 0 additions & 11 deletions arch/powerpc/cpu/mpc824x/Makefile

This file was deleted.

8 changes: 0 additions & 8 deletions arch/powerpc/cpu/mpc824x/config.mk

This file was deleted.

262 changes: 0 additions & 262 deletions arch/powerpc/cpu/mpc824x/cpu.c

This file was deleted.

0 comments on commit d622ac3

Please sign in to comment.