Re: [U-Boot] [PATCH] onenand: Fix compile errors due to FlexOneNAND

2009-12-17 Thread Tom
Sanjeev Premi wrote: > This patch fixes the compile error while trying to > compile for omap3evm. > > env_onenand.c: In function 'env_relocate_spec': > env_addr = CONFIG_ENV_ADDR; > +#ifdef CONFIG_ENV_ADDR_FLEX > if (FLEXONENAND(this)) > env_addr = CONFIG_ENV_ADDR_FLEX;

[U-Boot] [PATCH] onenand: Fix compile errors due to FlexOneNAND

2009-12-17 Thread Sanjeev Premi
This patch fixes the compile error while trying to compile for omap3evm. env_onenand.c: In function 'env_relocate_spec': env_onenand.c:70: error: 'CONFIG_ENV_ADDR_FLEX' undeclared (first use in this function) env_onenand.c:70: error: (Each undeclared identifier is re ported only once env_onenand.