Message ID | 20161129133134.19415-6-fparent@baylibre.com |
---|---|
State | Accepted |
Commit | b2b3365a1cc725d3e4f043f533b2f8bcf854d814 |
Headers | show |
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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
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! -- Tom _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
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
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(-) -- 2.10.2 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot