diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-01-05 02:45:18 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-22 16:43:31 -0500 |
commit | f1698a8cf59db87ec54961b92523116e9f4c629c (patch) | |
tree | 55ca7197be74564dd52e7e021379ddf11897896c /configs/poplar_defconfig | |
parent | 3d22bae57f1e5f0f0d3f69216e8aae27e8a797c4 (diff) | |
download | u-boot-f1698a8cf59db87ec54961b92523116e9f4c629c.tar.gz |
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 <tuomas@tuxera.com>
Diffstat (limited to 'configs/poplar_defconfig')
-rw-r--r-- | configs/poplar_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/poplar_defconfig b/configs/poplar_defconfig index 8f6ac2de19..71ff228cad 100644 --- a/configs/poplar_defconfig +++ b/configs/poplar_defconfig @@ -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 |