Skip to content

Commit

Permalink
[POWERPC] Add arch/powerpc support for the Motorola PrPMC2800
Browse files Browse the repository at this point in the history
This finally adds the PPC_PRPMC2800 Kconfig option, the board setup
code (the setup and reset functions) and the defconfig, to support the
Motorola PrPMC2800 platform.

Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Dale Farnsworth authored and Paul Mackerras committed May 12, 2007
1 parent c368d92 commit fd4ba7e
Show file tree
Hide file tree
Showing 5 changed files with 1,623 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ config ARCH_ENABLE_MEMORY_HOTPLUG

config KEXEC
bool "kexec system call (EXPERIMENTAL)"
depends on PPC_MULTIPLATFORM && EXPERIMENTAL
depends on (PPC_PRPMC2800 || PPC_MULTIPLATFORM) && EXPERIMENTAL
help
kexec is a system call that implements the ability to shutdown your
current kernel, and to start another kernel. It is like a reboot
Expand Down
Loading

0 comments on commit fd4ba7e

Please sign in to comment.