15 Oct, 2013

1 commit


24 Jul, 2013

1 commit


06 Apr, 2013

1 commit


03 Apr, 2013

1 commit


14 Dec, 2012

1 commit

  • When printing all variables with env print, don't print variables that
    begin with '.'. If env print is called with a '-a' switch, then
    include variables that begin with '.' (just like the ls command).

    Variables printed explicitly will be printed even without the -a.

    Signed-off-by: Joe Hershberger

    Joe Hershberger
     

27 Sep, 2012

2 commits


31 Mar, 2012

1 commit

  • The following must be defined:

    CONFIG_ENV_IS_IN_FAT
    Enable this saving environment to FAT.

    FAT_ENV_INTERFACE
    Interface the FAT resides on (e.g. mmc).

    FAT_ENV_DEVICE
    The interface device number (e.g. 0 for mmc0)

    FAT_ENV_PART
    The device part (e.g. 1 for mmc0:1)

    FAT_ENV_FILE
    The filename of the environment file.

    Author: Maximilian Schwerin

    Removed dead DEBUG comment.
    Signed-off-by: Wolfgang Denk

    Maximilian Schwerin