Re: [U-Boot] [PATCH 1/2] mx28evk: Guard NAND-related ENV defines with CONFIG_ENV_IS_IN_NAND

2013-05-02 Thread Tom Rini
On Tue, Apr 30, 2013 at 04:05:17PM -0400, Tom Rini wrote: The redundancy related defines are only correct for NAND, so guard all of that area with CONFIG_ENV_IS_IN_NAND Cc: Fabio Estevam fabio.este...@freescale.com Signed-off-by: Tom Rini tr...@ti.com Along with 2/2 (and typo fix), applied

[U-Boot] [PATCH 1/2] mx28evk: Guard NAND-related ENV defines with CONFIG_ENV_IS_IN_NAND

2013-04-30 Thread Tom Rini
The redundancy related defines are only correct for NAND, so guard all of that area with CONFIG_ENV_IS_IN_NAND Cc: Fabio Estevam fabio.este...@freescale.com Signed-off-by: Tom Rini tr...@ti.com --- include/configs/mx28evk.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git