Browse Source

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>
Tom Rini 9 years ago
parent
commit
5f64dac403
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/configs/ti_armv7_common.h

+ 1 - 0
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__ */