Re: [U-Boot] [PATCH v2] mmc: fix env in mmc with redundant compile error

2013-05-15 Thread Andy Fleming
On Tue, May 14, 2013 at 8:38 PM, Bo Shen voice.s...@atmel.com wrote: The commit d196bd8 (env_mmc: add support for redundant environment) introduce the following compile error when enable redundant environment support with MMC ---8--- env_mmc.c:149: error: 'env_t' has no member named 'flags'

Re: [U-Boot] [PATCH v2] mmc: fix env in mmc with redundant compile error

2013-05-15 Thread Tom Rini
On Wed, May 15, 2013 at 05:31:30PM -0500, Andy Fleming wrote: On Tue, May 14, 2013 at 8:38 PM, Bo Shen voice.s...@atmel.com wrote: The commit d196bd8 (env_mmc: add support for redundant environment) introduce the following compile error when enable redundant environment support with MMC

[U-Boot] [PATCH v2] mmc: fix env in mmc with redundant compile error

2013-05-14 Thread Bo Shen
The commit d196bd8 (env_mmc: add support for redundant environment) introduce the following compile error when enable redundant environment support with MMC ---8--- env_mmc.c:149: error: 'env_t' has no member named 'flags' env_mmc.c:248: error: 'env_t' has no member named 'flags' env_mmc.c:248: