From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Fri, 18 Dec 2009 08:04:55 -0600 Subject: [U-Boot] [PATCHv2] onenand: Fix compile errors due to FlexOneNAND In-Reply-To: <1261128324-31208-1-git-send-email-premi@ti.com> References: <1261128324-31208-1-git-send-email-premi@ti.com> Message-ID: <4B2B8C07.4030908@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Sanjeev Premi wrote: > 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.c:70: error: for each function it appears in.) > env_onenand.c: In function 'saveenv': > env_onenand.c:106: error: 'CONFIG_ENV_ADDR_FLEX' undeclare > d (first use in this function) > env_onenand.c:107: error: 'CONFIG_ENV_SIZE_FLEX' undeclare > d (first use in this function) > > Signed-off-by: Sanjeev Premi Ack-ed Thank you, Tom