summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorMaximilian Schwerin <mvs@tigris.de>2012-03-12 23:57:50 +0000
committerWolfgang Denk <wd@denx.de>2012-03-30 22:38:14 +0200
commit57210c7cc363cf2a2a28010658c7ea67388f8d21 (patch)
tree51d157bd08d085834fc4f4d6c09ebf4c2c452946 /common/Makefile
parent9b96c6b11fac3d7bcd5f9cb4d2868d06500e28db (diff)
downloadtalos-obmc-uboot-57210c7cc363cf2a2a28010658c7ea67388f8d21.tar.gz
talos-obmc-uboot-57210c7cc363cf2a2a28010658c7ea67388f8d21.zip
Add support for loading and saving the environment to a FAT partition
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 <mvs@tigris.de> Removed dead DEBUG comment. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index ed2fb45149..d9f10f3f6e 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -54,6 +54,7 @@ COBJS-$(CONFIG_ENV_IS_IN_NVRAM) += env_embedded.o
COBJS-$(CONFIG_ENV_IS_IN_FLASH) += env_flash.o
COBJS-$(CONFIG_ENV_IS_IN_MG_DISK) += env_mgdisk.o
COBJS-$(CONFIG_ENV_IS_IN_MMC) += env_mmc.o
+COBJS-$(CONFIG_ENV_IS_IN_FAT) += env_fat.o
COBJS-$(CONFIG_ENV_IS_IN_NAND) += env_nand.o
COBJS-$(CONFIG_ENV_IS_IN_NVRAM) += env_nvram.o
COBJS-$(CONFIG_ENV_IS_IN_ONENAND) += env_onenand.o
OpenPOWER on IntegriCloud