From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Tue, 26 Dec 2006 21:44:35 +0300 Subject: [U-Boot-Users] Spansion flash fix broke drivers/cfi_flash.c Message-ID: <45916D93.7040806@ru.mvista.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello. I'm getting these errors compiling this file: cfi_flash.c: In function ?flash_detect_cfi?: cfi_flash.c:1152: error: ?flash_offset_cfi? undeclared (first use in this function) cfi_flash.c:1152: error: (Each undeclared identifier is reported only once cfi_flash.c:1152: error: for each function it appears in.) cfi_flash.c:1152: error: ?cfi_offset? undeclared (first use in this function) After looking at the recent commits, it seems that the commit d784fdb05900ada3686d5778783e1fb328e9fb66 was incomplete, so to speak... WBR, Sergei