
17 Feb
2004
17 Feb
'04
4:15 a.m.
hi all,
attached is a patch for two different quick fixes.
dlmalloc: enable the debug data. instead of having #if0 everywhere, replace with #ifdef DEBUG.
cfi_flash: i shared this patch with brad, and he asked i send it on. he's going to try to find a better long-term solution. for the CFI interface to support little-endian, it does byte swapping. unfortunately, the byte-swapping was only coded for 16-bit width. this corrects the coding to be more "correct" and adds 32-bit support.
comments?
-josh