diff options
author | Sekhar Nori <nsekhar@ti.com> | 2017-06-02 17:54:04 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-03 17:55:19 -0400 |
commit | 4a72d8dcc9f9459cb3939c04c2717d121e013b54 (patch) | |
tree | 3b40aa169c8e694f8636e880c038b9b449f6e550 /include/configs/am43xx_evm.h | |
parent | 0dbb9a93c33c91dc902303aa2b4f351068deec8a (diff) | |
download | u-boot-4a72d8dcc9f9459cb3939c04c2717d121e013b54.tar.gz u-boot-4a72d8dcc9f9459cb3939c04c2717d121e013b54.tar.xz u-boot-4a72d8dcc9f9459cb3939c04c2717d121e013b54.zip |
board: ti: enable support for writing to fat partition
Enable support for writing to FAT partitions on
TI's boards.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'include/configs/am43xx_evm.h')
-rw-r--r-- | include/configs/am43xx_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index 25f63e8311..1d8e39c203 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -75,7 +75,6 @@ #define FAT_ENV_INTERFACE "mmc" #define FAT_ENV_DEVICE_AND_PART "0:1" #define FAT_ENV_FILE "uboot.env" -#define CONFIG_FAT_WRITE #define CONFIG_SPL_LDSCRIPT "arch/arm/mach-omap2/u-boot-spl.lds" |