Skip to content

Commit

Permalink
Drop PCMCIA
Browse files Browse the repository at this point in the history
This is no-longer used in U-Boot and has not been converted to driver
model. Drop it.

Signed-off-by: Simon Glass <[email protected]>
  • Loading branch information
sjg20 authored and trini committed Aug 11, 2019
1 parent f3998fd commit 9e5616d
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 862 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Where we come from:
* Provide extended interface to Linux boot loader
* S-Record download
* network boot
* PCMCIA / CompactFlash / ATA disk / SCSI ... boot
* ATA disk / SCSI ... boot
- create ARMBoot project (http://sourceforge.net/projects/armboot)
- add other CPU families (starting with ARM)
- create U-Boot project (http://sourceforge.net/projects/u-boot)
Expand Down
8 changes: 0 additions & 8 deletions cmd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1042,14 +1042,6 @@ config CMD_PCI
peripherals. Sub-commands allow bus enumeration, displaying and
changing configuration space and a few other features.

config CMD_PCMCIA
bool "pinit - Set up PCMCIA device"
help
Provides a means to initialise a PCMCIA (Personal Computer Memory
Card International Association) device. This is an old standard from
about 1990. These devices are typically removable memory or network
cards using a standard 68-pin connector.

config CMD_PINMUX
bool "pinmux - show pins muxing"
default y if PINCTRL
Expand Down
1 change: 0 additions & 1 deletion cmd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ obj-$(CONFIG_CMD_PART) += part.o
ifdef CONFIG_PCI
obj-$(CONFIG_CMD_PCI) += pci.o
endif
obj-$(CONFIG_CMD_PCMCIA) += pcmcia.o
obj-$(CONFIG_CMD_PINMUX) += pinmux.o
obj-$(CONFIG_CMD_PXE) += pxe.o
obj-$(CONFIG_CMD_WOL) += wol.o
Expand Down
4 changes: 0 additions & 4 deletions cmd/ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
#include <asm/byteorder.h>
#include <asm/io.h>

#if defined(CONFIG_IDE_PCMCIA)
# include <pcmcia.h>
#endif

#include <ide.h>
#include <ata.h>

Expand Down
341 changes: 0 additions & 341 deletions cmd/pcmcia.c

This file was deleted.

Loading

0 comments on commit 9e5616d

Please sign in to comment.