projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef04479
)
davinci: omapl138_lck: remove obsolete define
author
Fabien Parent
<fparent@baylibre.com>
Tue, 29 Nov 2016 13:31:33 +0000
(14:31 +0100)
committer
Tom Rini
<trini@konsulko.com>
Sat, 3 Dec 2016 18:21:17 +0000
(13:21 -0500)
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>
include/configs/omapl138_lcdk.h
patch
|
blob
|
history
diff --git
a/include/configs/omapl138_lcdk.h
b/include/configs/omapl138_lcdk.h
index cd37aafb3dfe262797d8c24d235e8fb6c56c70ce..5a6e7632b4995cd90d92fb3883378e31a3ee6624 100644
(file)
--- 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