From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Thu, 30 Nov 2006 13:00:26 +0100 Subject: [U-Boot-Users] [PATCH] use CFI-Flash and board depended driver together Message-ID: 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 need to use cfi and board flash driver together. This Patch contains a simple way to do this with a minimun changes at cfi_flash.c. All changes will only enable if CFG_FLASH_BOARD_DRIVER defined. CHANGELOG * Rename flash_print_info, flash_erase, write_buff and flash_real_protect to cfi_xxxx, if CFG_FLASH_BOARD_DRIVER is defined. This will allow use cfi driver together with board a dependent flash driver (see README.board-dependent-flash for an example) -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch_mix_bdflash_cfi.diff Url: http://lists.denx.de/pipermail/u-boot/attachments/20061130/9f0805c4/attachment.txt