diff options
author | Tom Rini <trini@konsulko.com> | 2017-03-14 11:08:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-05 13:52:20 -0400 |
commit | 936478e797a87bcd4e002bf70430b6f58584b155 (patch) | |
tree | fa37ca333a77dd69d8ef8978d4f8ca59356d533c /arch/Kconfig | |
parent | ea3310e8aafad1da72d9a5e60568d725cbdefdbd (diff) | |
download | u-boot-midas-936478e797a87bcd4e002bf70430b6f58584b155.tar.gz u-boot-midas-936478e797a87bcd4e002bf70430b6f58584b155.tar.bz2 u-boot-midas-936478e797a87bcd4e002bf70430b6f58584b155.zip |
SPARC: Remove
The SPARC architecture is currently unmaintained, remove.
Cc: Francois Retief <fgretief@spaceteq.co.za>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 5ee6b4a636..854eceb7f8 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -76,10 +76,6 @@ config SH bool "SuperH architecture" select HAVE_PRIVATE_LIBGCC -config SPARC - bool "SPARC architecture" - select CREATE_ARCH_SYMLINK - config X86 bool "x86 architecture" select CREATE_ARCH_SYMLINK @@ -167,6 +163,5 @@ source "arch/openrisc/Kconfig" source "arch/powerpc/Kconfig" source "arch/sandbox/Kconfig" source "arch/sh/Kconfig" -source "arch/sparc/Kconfig" source "arch/x86/Kconfig" source "arch/xtensa/Kconfig" |