Re: [U-Boot] [PATCH 2/2] ARM: at91sam9m10g45ek: add mmc environment configuration support

2014-05-20 Thread Josh Wu
Hi, Bo On 5/21/2014 9:32 AM, Bo Shen wrote: Hi Josh, On 05/20/2014 06:38 PM, Josh Wu wrote: In this configuration the environment will save in file: uboot.env of mmc card. Signed-off-by: Josh Wu --- boards.cfg |1 + include/configs/at91sam9m10g45ek.h | 20 +++

Re: [U-Boot] [PATCH 2/2] ARM: at91sam9m10g45ek: add mmc environment configuration support

2014-05-20 Thread Bo Shen
Hi Josh, On 05/20/2014 06:38 PM, Josh Wu wrote: In this configuration the environment will save in file: uboot.env of mmc card. Signed-off-by: Josh Wu --- boards.cfg |1 + include/configs/at91sam9m10g45ek.h | 20 2 files changed, 21 insert

[U-Boot] [PATCH 2/2] ARM: at91sam9m10g45ek: add mmc environment configuration support

2014-05-20 Thread Josh Wu
In this configuration the environment will save in file: uboot.env of mmc card. Signed-off-by: Josh Wu --- boards.cfg |1 + include/configs/at91sam9m10g45ek.h | 20 2 files changed, 21 insertions(+) diff --git a/boards.cfg b/boards.cfg index 3a