From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Thu, 24 Dec 2009 07:18:26 +0100 Subject: [U-Boot] Broken OMAP3 EVM and SMDKC100 Message-ID: <4B3307B2.1020301@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Doing ./MAKEALL ARM_CORTEX_A8 with recent mainline head, omap3_evm and smdkc100 fail with 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 reported 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' undeclared (first use in this function) env_onenand.c:107: error: 'CONFIG_ENV_SIZE_FLEX' undeclared (first use in this function) Just fyi, in case somebody has time to look into this. Ah, and omap3_evm additionally has omap3.c: In function 'musb_platform_init': omap3.c:126: warning: label 'end' defined but not used Best regards Dirk