Skip to content
Snippets Groups Projects
  • Lei Wen's avatar
    e79f4839
    env_mmc: fix cannot save env issue · e79f4839
    Lei Wen authored
    
    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 ea882baf
    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: default avatarLei Wen <leiwen@marvell.com>
    e79f4839
    History
    env_mmc: fix cannot save env issue
    Lei Wen authored
    
    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 ea882baf
    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: default avatarLei Wen <leiwen@marvell.com>