
Dear Maximilian Schwerin,
In message 1331632670-14874-2-git-send-email-mvs@tigris.de you wrote:
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.
common/Makefile | 1 + common/cmd_nvedit.c | 3 +- common/env_fat.c | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 161 insertions(+), 1 deletions(-) create mode 100644 common/env_fat.c
Applied, thanks.
As your SoB was missing, I signed it. I also removed the dead "/* #define DEBUG */" line.
Best regards,
Wolfgang Denk