
On Thu, May 6, 2010 at 3:22 PM, Wolfgang Denk wd@denx.de wrote:
Dear Terry Lv,
In message 12730401491046-git-send-email-r65388@freescale.com you wrote:
This patch is to save environment data to mmc card. It uses interfaces defined in generic mmc.
<snip>
diff --git a/common/env_mmc.c b/common/env_mmc.c new file mode 100644 index 0000000..c9a9415 --- /dev/null +++ b/common/env_mmc.c
Hm... I see a tendency to add more and more such files that all deal with one sort of a block oriented storage device or another. Should we not try to generalize this?
Has there been any further work on this patch (taking into account Wolfgang's comments)?
I'll need to do something similar for saving the OMAP4430 SDP environment to emmc, so I can help out with testing on another platform.
Steve