]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env_mmc: fix cannot save env issue
authorLei Wen <leiwen@marvell.com>
Wed, 13 Oct 2010 03:07:21 +0000 (11:07 +0800)
committerWolfgang Denk <wd@denx.de>
Wed, 13 Oct 2010 20:02:32 +0000 (22:02 +0200)
commite79f48393dd919079b34f37957c933f8e75c164d
treefe99ef0317b9a38f4d998a69138f4995597fc553
parent1a2d9b30e31e2b7ed0acb64bfb2290911e3c9efb
env_mmc: fix cannot save env issue

The env change its implementation after this log, while env mmc
didn't change it immediately, which cause issue. Follow to the
new style to fix it.

commit ea882baf9c17cd142c99e3ff640d3ab01daa5cec
Author: Wolfgang Denk <wd@denx.de>
Date:   Sun Jun 20 23:33:59 2010 +0200

    New implementation for internal handling of environment variables.

Signed-off-by: Lei Wen <leiwen@marvell.com>
common/env_mmc.c