]> git.ipfire.org Git - people/ms/u-boot.git/commit
onenand: Fix compile errors due to FlexOneNAND
authorSanjeev Premi <premi@ti.com>
Fri, 18 Dec 2009 09:25:24 +0000 (14:55 +0530)
committerScott Wood <scottwood@freescale.com>
Wed, 6 Jan 2010 22:28:00 +0000 (16:28 -0600)
commitb821cead7d2147724d5f1d8ccbca40710faad38a
tree65f95f631d09b141d667e9cb3d7c1ef136e08a1c
parent20da6f4d93db270c57eb67968e441a20faf61938
onenand: Fix compile errors due to FlexOneNAND

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 <premi@ti.com>
Acked-by: Tom Rix <Tom.Rix@windriver.com>
common/env_onenand.c