From f1698a8cf59db87ec54961b92523116e9f4c629c Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Fri, 5 Jan 2018 02:45:18 +0200 Subject: ARM: poplar: Use Kconfig to enable CONFIG_FAT_WRITE The symbol's been converted to Kconfig for a while, poplar is the only one #defining it. Signed-off-by: Tuomas Tynkkynen --- include/configs/poplar.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/configs/poplar.h b/include/configs/poplar.h index 8a12b526a8d..acdce29ba9f 100644 --- a/include/configs/poplar.h +++ b/include/configs/poplar.h @@ -66,7 +66,6 @@ #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_ENV_OFFSET (0x780 * 512) /* env_mmc_blknum */ #define CONFIG_ENV_SIZE 0x10000 /* env_mmc_nblks bytes */ -#define CONFIG_FAT_WRITE #define CONFIG_ENV_VARS_UBOOT_CONFIG /* Monitor Command Prompt */ -- cgit v1.2.3