Skip to content

Commit

Permalink
[MTD] [MAPS] Remove the bast-flash driver.
Browse files Browse the repository at this point in the history
Remove the Simtec BAST flash driver as this has been replaced by using
the platform flash driver.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Ben Dooks authored and David Woodhouse committed Jul 11, 2008
1 parent 0acf944 commit 6f40470
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 243 deletions.
18 changes: 0 additions & 18 deletions drivers/mtd/maps/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -556,24 +556,6 @@ config MTD_DMV182
help
Map driver for Dy-4 SVME/DMV-182 board.

config MTD_BAST
tristate "Map driver for Simtec BAST (EB2410ITX) or Thorcom VR1000"
depends on ARCH_BAST || MACH_VR1000
select MTD_PARTITIONS
select MTD_MAP_BANK_WIDTH_16
select MTD_JEDECPROBE
help
Map driver for NOR flash on the Simtec BAST (EB2410ITX), or the
Thorcom VR1000

Note, this driver *cannot* over-ride the WP link on the
board, or currently detect the state of the link.

config MTD_BAST_MAXSIZE
int "Maximum size for BAST flash area (MiB)"
depends on MTD_BAST
default "4"

config MTD_SHARP_SL
tristate "ROM mapped on Sharp SL Series"
depends on ARCH_PXA
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/maps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ endif
# Chip mappings
obj-$(CONFIG_MTD_CDB89712) += cdb89712.o
obj-$(CONFIG_MTD_ARM_INTEGRATOR)+= integrator-flash.o
obj-$(CONFIG_MTD_BAST) += bast-flash.o
obj-$(CONFIG_MTD_CFI_FLAGADM) += cfi_flagadm.o
obj-$(CONFIG_MTD_DC21285) += dc21285.o
obj-$(CONFIG_MTD_DILNETPC) += dilnetpc.o
Expand Down
224 changes: 0 additions & 224 deletions drivers/mtd/maps/bast-flash.c

This file was deleted.

0 comments on commit 6f40470

Please sign in to comment.