[U-Boot-Users] flash driver in u-boot
Ben Warren
bwarren at qstreams.com
Tue Oct 17 01:40:14 CEST 2006
On Mon, 2006-10-16 at 22:53 +0000, Reeve Yang wrote:
> I'm a little confused by flash driver selection in u-boot. My flash
> device is intel JS28F128J3, I assume it's not CFI flash so I want to
> use strataflash.c. I added such file under my board directory, add it
> into Makefile, and undef CFG_FLASH_CFI_DRIVER, but I got link error.
> If define this macro, the compilation is ok and my flash works. My
> question is, if we define this macro, which flash driver being used?
> cfi_flash.c or my strataflash.c?
A little Googling will nix your assumption. You should be able to use
CFI.
regards,
Ben
More information about the U-Boot
mailing list