From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Wed, 13 Jun 2007 00:02:26 -0500 Subject: [U-Boot-Users] STM flash support In-Reply-To: <8c6c6f450706121631m1939adbbu4b5812d53607ce01@mail.gmail.com> References: <8c6c6f450706111740j35253719i477bd6b23b45c5b7@mail.gmail.com> <466F17D5.6080303@orkun.us> <8c6c6f450706121631m1939adbbu4b5812d53607ce01@mail.gmail.com> Message-ID: <466F7A62.1080109@orkun.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de First, never ever post HTML messages to the list. The mail format for this list is plain text. Ganesh Ragavan wrote: > Thanks Stefan and Tolunay for the response. The U-Boot version we are > using is 1.0.0, which does not have the file cfi_flash.c that you > mentioned. We don't want to upgrade the version. cfi_flash.c is in drivers directory. If you are not using cfi_flash.c you are using a board custom flash driver.. There are/were a lot of flash.c drivers in the past but many boards are now using cfi_flash driver. You will have to support your own board custom driver yourself. If your board is in public repository latest U-Boot version might be already using cfi_flash driver. Finally, U-Boot 1.0.0 is very old. There has been various bugs fixed. You should use latest code from git repository. Tolunay