]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: poplar: Use Kconfig to enable CONFIG_FAT_WRITE
authorTuomas Tynkkynen <tuomas@tuxera.com>
Fri, 5 Jan 2018 00:45:18 +0000 (02:45 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jan 2018 21:43:31 +0000 (16:43 -0500)
The symbol's been converted to Kconfig for a while, poplar is the only
one #defining it.

Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
configs/poplar_defconfig
include/configs/poplar.h

index 8f6ac2de192f198b32d9262a8529760e9ad9c072..71ff228cada80ff007f28c030f37730c152f26d6 100644 (file)
@@ -17,4 +17,5 @@ CONFIG_USB_EHCI_GENERIC=y
 CONFIG_USB_STORAGE=y
 CONFIG_USB_HOST_ETHER=y
 CONFIG_USB_ETHER_ASIX=y
+CONFIG_FAT_WRITE=y
 CONFIG_LIB_RAND=y
index 8a12b526a8d1e40aee0b1ed0cb164a96dbc2e24c..acdce29ba9f35bcaf9911ecb9c43bc9e4f211c8a 100644 (file)
@@ -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 */