]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
Save environment data to mmc.
authorTerry Lv <r65388@freescale.com>
Mon, 17 May 2010 02:57:01 +0000 (10:57 +0800)
committerWolfgang Denk <wd@denx.de>
Sun, 19 Sep 2010 15:47:29 +0000 (17:47 +0200)
commita80603598cef13ab8031b514a603ef1a6169d249
treedf2e6fba57113709e6fe8b943024999d4e564283
parent3adfd1143bd55608fa9ec81f98999d478c9313ba
Save environment data to mmc.

This patch is to save environment data to mmc card.
It uses interfaces defined in generic mmc.

Signed-off-by: Terry Lv <r65388@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/lib/board.c
arch/powerpc/lib/board.c
common/Makefile
common/cmd_nvedit.c
common/env_mmc.c [new file with mode: 0644]