From 4a72d8dcc9f9459cb3939c04c2717d121e013b54 Mon Sep 17 00:00:00 2001 From: Sekhar Nori Date: Fri, 2 Jun 2017 17:54:04 +0530 Subject: 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 --- include/configs/ti_armv7_common.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/configs/ti_armv7_common.h') diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 0bd3c9f94c..5321ed6b09 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -144,14 +144,6 @@ #define CONFIG_SUPPORT_RAW_INITRD -/* - * Common filesystems support. When we have removable storage we - * enabled a number of useful commands and support. - */ -#if defined(CONFIG_MMC) || defined(CONFIG_USB_STORAGE) -#define CONFIG_FAT_WRITE -#endif - /* * Our platforms make use of SPL to initalize the hardware (primarily * memory) enough for full U-Boot to be loaded. We make use of the general -- cgit v1.2.1