
Hi Tom,
Amul is out-of-office for sometime. Excuse us for the delay.
In rebasing arm/next against u-boot/next. There is a general error with targets that use onenand. This includes the targets nk8815_onenand omap3_evm smdkc100
I believe the error is from
commit c758e947aa7d39a2be607ecdedd818ad300807b2 Author: Amul Kumar Saha <amul.saha at samsung.com> Date: Wed Nov 4 10:38:46 2009 +0530
ENV Variable support for Flex-OneNAND
Define and use CONFIG_ENV_ADDR_FLEX and CONFIG_ENV_SIZE_FLEX for storing environment variables.
The error comes since the Macros are defined in "configs/apollon.h". And it works fine for Apollon.
I have tried with "make smdkc100_config" and did 'make all' and confirmed the error reported.
Please send a patch for this problem as soon as possible.
Moving these Macro definitions to "include/linux/mtd/onenand.h" looks more viable. I can send across the patch. Please comment.
With Regards Moorthy