summaryrefslogtreecommitdiff
path: root/include/configs/omapl138_lcdk.h
diff options
context:
space:
mode:
authorFabien Parent <fparent@baylibre.com>2016-11-29 13:31:33 (GMT)
committerTom Rini <trini@konsulko.com>2016-12-03 18:21:17 (GMT)
commitb2b3365a1cc725d3e4f043f533b2f8bcf854d814 (patch)
treef743a75c95cbdca9fa8958cce4b54bac2923e976 /include/configs/omapl138_lcdk.h
parentef04479627c6956ebc3c3ea449086e2342218367 (diff)
downloadu-boot-b2b3365a1cc725d3e4f043f533b2f8bcf854d814.tar.xz
davinci: omapl138_lck: remove obsolete define
NAND_MAX_CHIPS is not used anymore and has been replaced by CONFIG_SYS_MAX_NAND_DEVICE. There is no need to keep the former define. Signed-off-by: Fabien Parent <fparent@baylibre.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/omapl138_lcdk.h')
-rw-r--r--include/configs/omapl138_lcdk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index cd37aaf..5a6e763 100644
--- a/include/configs/omapl138_lcdk.h
+++ b/include/configs/omapl138_lcdk.h
@@ -172,7 +172,6 @@
#define CONFIG_SYS_NAND_MASK_ALE 0x8
#undef CONFIG_SYS_NAND_HW_ECC
#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND devices */
-#define NAND_MAX_CHIPS 1
#endif
#ifdef CONFIG_SYS_USE_NOR