[U-Boot-Users] Re: problems with the strataflash driver in U-boot
Josh Fryman
fryman at cc.gatech.edu
Mon Feb 16 14:48:30 CET 2004
> I might be pointing the obvious but did you take out older strataflash.c/o
> from your board Makefile? If not there can be conflict! Do a "make
> mrproper" first so that dependencies are generated properly as well.
not a silly observation at all. i got caught by this exact issue when i
moved from a custom flash.c -> strataflash.c. in this case of moving
from strataflash.c -> cfi_flash.c, i remembered to fix the makefile.
i tend to use "make distclean", "make sistang_config", "make" whenever
seriously modifying dependencies or the like. it appears that the
cfi_flash.c is the one being run.
thanks for the suggestion.
any others?
-j
More information about the U-Boot
mailing list