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 /disk | |
parent | ea3310e8aafad1da72d9a5e60568d725cbdefdbd (diff) | |
download | u-boot-936478e797a87bcd4e002bf70430b6f58584b155.tar.gz |
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 'disk')
-rw-r--r-- | disk/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/disk/Kconfig b/disk/Kconfig index 8e328b47ef..9396562120 100644 --- a/disk/Kconfig +++ b/disk/Kconfig @@ -22,7 +22,6 @@ config PARTITIONS config MAC_PARTITION bool "Enable Apple's MacOS partition table" depends on PARTITIONS - default y if SPARC help Say Y here if you would like to use device under U-Boot which were partitioned on a Macintosh. @@ -36,7 +35,7 @@ config DOS_PARTITION bool "Enable MS Dos partition table" depends on PARTITIONS default y if DISTRO_DEFAULTS - default y if x86 || SPARC || CMD_FAT || USB_STORAGE + default y if x86 || CMD_FAT || USB_STORAGE help traditional on the Intel architecture, USB sticks, etc. @@ -49,7 +48,7 @@ config ISO_PARTITION bool "Enable ISO partition table" depends on PARTITIONS default y if DISTRO_DEFAULTS - default y if SPARC || MIPS || TEGRA + default y if MIPS || TEGRA config SPL_ISO_PARTITION bool "Enable ISO partition table for SPL" |