diff options
author | Fabien Parent <fparent@baylibre.com> | 2016-11-29 14:31:33 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-03 13:21:17 -0500 |
commit | b2b3365a1cc725d3e4f043f533b2f8bcf854d814 (patch) | |
tree | f743a75c95cbdca9fa8958cce4b54bac2923e976 | |
parent | ef04479627c6956ebc3c3ea449086e2342218367 (diff) | |
download | u-boot-imx-b2b3365a1cc725d3e4f043f533b2f8bcf854d814.zip u-boot-imx-b2b3365a1cc725d3e4f043f533b2f8bcf854d814.tar.gz u-boot-imx-b2b3365a1cc725d3e4f043f533b2f8bcf854d814.tar.bz2 |
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>
-rw-r--r-- | include/configs/omapl138_lcdk.h | 1 |
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 |