diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-10-28 19:38:58 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-10-28 19:38:58 +0000 |
commit | e696942cfc6d970d9a774815cc81bf1d771c857b (patch) | |
tree | 810516e157f08970fc6e9b2b5c07d1c6f176726d /src/arch/ppc/Kconfig | |
parent | 8d09e231fed1395b82227ce374dca4be32e77845 (diff) |
Drop remainder of PPC port
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4884 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/Kconfig')
-rw-r--r-- | src/arch/ppc/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/arch/ppc/Kconfig b/src/arch/ppc/Kconfig deleted file mode 100644 index 99af516316..0000000000 --- a/src/arch/ppc/Kconfig +++ /dev/null @@ -1,11 +0,0 @@ -# This option is used to set the architecture of a mainboard to PowerPC. -# It is usually set in mainboard/*/Kconfig. -config ARCH_POWERPC - bool - -# This is the name of the respective architecture subdirectory in arch/. -config ARCH - string - default ppc - depends on ARCH_POWERPC - |