Skip to content

Commit

Permalink
mpc8xx: remove R360MPI board support
Browse files Browse the repository at this point in the history
This board is still a non-generic board.

Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Wolfgang Denk <[email protected]>
  • Loading branch information
masahir0y authored and trini committed Jan 5, 2015
1 parent 8737fc7 commit 79cbecb
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1,718 deletions.
4 changes: 0 additions & 4 deletions arch/powerpc/cpu/mpc8xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ config TARGET_LWMON
config TARGET_NETVIA
bool "Support NETVIA"

config TARGET_R360MPI
bool "Support R360MPI"

config TARGET_TQM823L
bool "Support TQM823L"

Expand Down Expand Up @@ -75,7 +72,6 @@ source "board/ip860/Kconfig"
source "board/ivm/Kconfig"
source "board/lwmon/Kconfig"
source "board/netvia/Kconfig"
source "board/r360mpi/Kconfig"
source "board/tqc/tqm8xx/Kconfig"

endmenu
1 change: 0 additions & 1 deletion arch/powerpc/cpu/mpc8xx/cpu_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ void cpu_init_f (volatile immap_t * immr)
defined(CONFIG_IVML24) || \
defined(CONFIG_IVMS8) || \
defined(CONFIG_LWMON) || \
defined(CONFIG_R360MPI) || \
defined(CONFIG_RMU)

memctl->memc_br0 = CONFIG_SYS_BR0_PRELIM;
Expand Down
9 changes: 0 additions & 9 deletions board/r360mpi/Kconfig

This file was deleted.

6 changes: 0 additions & 6 deletions board/r360mpi/MAINTAINERS

This file was deleted.

8 changes: 0 additions & 8 deletions board/r360mpi/Makefile

This file was deleted.

Loading

0 comments on commit 79cbecb

Please sign in to comment.