
16 Feb
2004
16 Feb
'04
2:48 p.m.
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