summaryrefslogtreecommitdiffstats
path: root/include/configs/ti_armv7_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-12-10 16:46:02 -0500
committerTom Rini <trini@konsulko.com>2016-01-13 21:05:20 -0500
commit5f64dac403539d29c75709e3f2318df4c9ff1cca (patch)
treec496f054b28aae216f1e218118158cddd65a7e9a /include/configs/ti_armv7_common.h
parent7205442e621db54ea06c3bca2d793e1ae2214f9c (diff)
downloadtalos-obmc-uboot-5f64dac403539d29c75709e3f2318df4c9ff1cca.tar.gz
talos-obmc-uboot-5f64dac403539d29c75709e3f2318df4c9ff1cca.zip
ti_armv7_common.h: Add CONFIG_CMD_EXT4_WRITE
Given that with config_distro_defaults.h we always have ext4 read support, add in write support. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ti_armv7_common.h')
-rw-r--r--include/configs/ti_armv7_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index 2087eb194c..199612be84 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -283,5 +283,6 @@
#endif
#include <config_distro_defaults.h>
+#define CONFIG_CMD_EXT4_WRITE
#endif /* __CONFIG_TI_ARMV7_COMMON_H__ */
OpenPOWER on IntegriCloud