u-boot-brain/drivers/mtd
Stefan Roese 45aa5a7f4d cfi_flash: Make all flash access functions weak
This patch defines all flash access functions as weak so that
they can be overridden by board specific versions.

This will be used by the upcoming VCTH board support where the NOR
FLASH unfortunately can't be accessed memory-mapped. Special
accessor functions are needed here.

To enable this weak functions you need to define
CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
Otherwise the "old" default functions will be used resulting
in smaller code.

Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2008-11-24 10:55:35 +01:00
..
nand NAND: Properly create JFFS2 cleanmarkers. 2008-10-29 14:20:26 -05:00
nand_legacy rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
onenand NAND: sync with 2.6.27 2008-10-29 10:42:16 -05:00
spi rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
at45.c drivers/mtd: Move conditional compilation to Makefile 2008-08-13 01:40:42 +02:00
cfi_flash.c cfi_flash: Make all flash access functions weak 2008-11-24 10:55:35 +01:00
dataflash.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
jedec_flash.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
Makefile drivers/mtd: Move conditional compilation to Makefile 2008-08-13 01:40:42 +02:00
mw_eeprom.c Update i386 code (sc520_cdp) 2008-09-09 11:48:53 +02:00