Re: [U-Boot] [PATCH v1 2/3] Add support for save environment variable to MMC/SD card

2009-09-22 Thread Wolfgang Denk
Dear Mingkai Hu, In message 1252640445-7890-3-git-send-email-mingkai...@freescale.com you wrote: Whether booting from MMC/SD card or not, the environment variables can be saved on it, this patch add the operation support. Signed-off-by: Mingkai Hu mingkai...@freescale.com ... ---

Re: [U-Boot] [PATCH v1 2/3] Add support for save environment variable to MMC/SD card

2009-09-22 Thread Hu Mingkai-B21284
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Wednesday, September 23, 2009 2:54 AM To: Hu Mingkai-B21284 Cc: u-boot@lists.denx.de; Wood Scott-B07421; Gala Kumar-B11780 Subject: Re: [U-Boot] [PATCH v1 2/3] Add support for save environment variable to MMC/SD

[U-Boot] [PATCH v1 2/3] Add support for save environment variable to MMC/SD card

2009-09-10 Thread Mingkai Hu
Whether booting from MMC/SD card or not, the environment variables can be saved on it, this patch add the operation support. Signed-off-by: Mingkai Hu mingkai...@freescale.com --- common/Makefile |1 + common/cmd_nvedit.c |3 +- common/env_sdcard.c | 135