CFI: support JEDEC flash roms in CFI-flash framework
The following patch adds support for non-CFI flash ROMS, by hooking into the CFI flash code and using most of its code, as recently discussed here in the thread "Mixing CFI and non-CFI flashs". Signed-off-by: Michael Schwingen <michael@schwingen.org> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
committed by
Stefan Roese
parent
41be969f49
commit
81b20ccc2d
@@ -29,6 +29,7 @@ COBJS-y += at45.o
|
||||
COBJS-y += cfi_flash.o
|
||||
COBJS-y += dataflash.o
|
||||
COBJS-y += mw_eeprom.o
|
||||
COBJS-$(CONFIG_FLASH_CFI_LEGACY) += jedec_flash.o
|
||||
|
||||
COBJS := $(COBJS-y)
|
||||
SRCS := $(COBJS:.o=.c)
|
||||
|
||||
Reference in New Issue
Block a user