summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2015-09-04 22:03:50 -0600
committerTom Rini <trini@konsulko.com>2015-09-11 17:15:25 -0400
commit68295a48bf9d1939f91fe0b26c5afe8dd0f3dfa0 (patch)
treefee9eb656a52b44502df92a341b38326d0f5db6c /include/configs
parentf69d72ee2a147b93f6d7664daf62af997e28f5b0 (diff)
downloadtalos-obmc-uboot-68295a48bf9d1939f91fe0b26c5afe8dd0f3dfa0.tar.gz
talos-obmc-uboot-68295a48bf9d1939f91fe0b26c5afe8dd0f3dfa0.zip
ARM: tegra: enable filesystem writing
Writing to files is a useful feature in general, so enable it everywhere. The primary purpose is to make DFU useful on filesystems in addition to raw devices. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/tegra-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index b886c64507..1c469d092e 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -140,6 +140,8 @@
#ifndef CONFIG_SPL_BUILD
#include <config_distro_defaults.h>
+#define CONFIG_CMD_EXT4_WRITE
+#define CONFIG_FAT_WRITE
#endif
#endif /* _TEGRA_COMMON_H_ */
OpenPOWER on IntegriCloud