summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2016-04-11 10:28:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-12 08:16:03 +0200
commitd316cda736d011c8c3def9f8d07928e1ab6cdd72 (patch)
tree658cd99ef6ebb4071cc3dc7594e9c42e3a041f44 /arch/arm/mach-omap
parent97e553bc657efcb99b6a99fe93fd3b06d7f0f82a (diff)
downloadbarebox-d316cda736d011c8c3def9f8d07928e1ab6cdd72.tar.gz
barebox-d316cda736d011c8c3def9f8d07928e1ab6cdd72.tar.xz
mtd: nand: omap_gpmc: Remove BCH4 support
This has no users and seems to be untested. Removed it. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap')
-rw-r--r--arch/arm/mach-omap/include/mach/gpmc_nand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap/include/mach/gpmc_nand.h b/arch/arm/mach-omap/include/mach/gpmc_nand.h
index 8839486fcf..c9730a9454 100644
--- a/arch/arm/mach-omap/include/mach/gpmc_nand.h
+++ b/arch/arm/mach-omap/include/mach/gpmc_nand.h
@@ -32,7 +32,6 @@
enum gpmc_ecc_mode {
OMAP_ECC_SOFT,
OMAP_ECC_HAMMING_CODE_HW_ROMCODE,
- OMAP_ECC_BCH4_CODE_HW,
OMAP_ECC_BCH8_CODE_HW,
OMAP_ECC_BCH8_CODE_HW_ROMCODE,
};