diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-07-09 14:09:20 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-11 18:20:59 +0100 |
commit | 6f40470e745693ee4ad85edb441b0aad5cae3f00 (patch) | |
tree | 7f1517cc996047b8627a1f31bdf4a23449ee3f1f /drivers/mtd/maps/Makefile | |
parent | 0acf944c6853813ed19cdf46d4042a77dd878ab5 (diff) | |
download | blackbird-op-linux-6f40470e745693ee4ad85edb441b0aad5cae3f00.tar.gz blackbird-op-linux-6f40470e745693ee4ad85edb441b0aad5cae3f00.zip |
[MTD] [MAPS] Remove the bast-flash driver.
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>
Diffstat (limited to 'drivers/mtd/maps/Makefile')
-rw-r--r-- | drivers/mtd/maps/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Makefile b/drivers/mtd/maps/Makefile index f3b0c5951663..b29ea5460657 100644 --- a/drivers/mtd/maps/Makefile +++ b/drivers/mtd/maps/Makefile @@ -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 |