diff mbox

[U-Boot,5/6] davinci: omapl138_lck: remove obsolete define

Message ID 20161129133134.19415-6-fparent@baylibre.com
State Accepted
Commit b2b3365a1cc725d3e4f043f533b2f8bcf854d814
Delegated to: Tom Rini
Headers show

Commit Message

Fabien Parent Nov. 29, 2016, 1:31 p.m. UTC
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>
---
 include/configs/omapl138_lcdk.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Nov. 29, 2016, 6:09 p.m. UTC | #1
On Tue, Nov 29, 2016 at 02:31:33PM +0100, Fabien Parent wrote:

> 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>
Tom Rini Dec. 4, 2016, 1 a.m. UTC | #2
On Tue, Nov 29, 2016 at 02:31:33PM +0100, Fabien Parent wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index 6262147..3e27778 100644
--- a/include/configs/omapl138_lcdk.h
+++ b/include/configs/omapl138_lcdk.h
@@ -131,7 +131,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